summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-07-27 09:17:21 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-07-27 09:17:21 +0200
commit929948d44c58b144945654e3bc72845915a3227b (patch)
treea65068878a403b91e8cb7a5688e3dbea96338a07
parentca90c24282fd0aadeda15fd853468229b46c1b9e (diff)
downloadpython-lxml-929948d44c58b144945654e3bc72845915a3227b.tar.gz
Fix wheel build by excluding Py3.4.
-rwxr-xr-xtools/manylinux/build-wheels.sh1
1 files changed, 1 insertions, 0 deletions
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')"
}