From 929948d44c58b144945654e3bc72845915a3227b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 27 Jul 2019 09:17:21 +0200 Subject: Fix wheel build by excluding Py3.4. --- tools/manylinux/build-wheels.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh index 3b13616f..bbb6a40e 100755 --- a/tools/manylinux/build-wheels.sh +++ b/tools/manylinux/build-wheels.sh @@ -36,6 +36,7 @@ run_tests() { prepare_system() { #yum install -y zlib-devel + rm -fr /opt/python/cp34-* echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')" } -- cgit v1.2.1