8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c1a53 commit 676bbcdCopy full SHA for 676bbcd
docker/buildwheel.sh
@@ -4,7 +4,7 @@ set -e -x
4
ARCH=`uname -p`
5
echo "arch=$ARCH"
6
7
-for V in cp35-cp35m cp34-cp34m cp27-cp27m cp27-cp27mu; do
+for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
8
PYBIN=/opt/python/$V/bin
9
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
10
$PYBIN/python setup.py bdist_wheel -p manylinux1_${ARCH}
0 commit comments