8000 manylinux1: Add 3.6 and remove 3.4 · didlie/msgpack-python@676bbcd · GitHub
[go: up one dir, main page]

Skip to content

Commit 676bbcd

Browse files
committed
manylinux1: Add 3.6 and remove 3.4
1 parent 45c1a53 commit 676bbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/buildwheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e -x
44
ARCH=`uname -p`
55
echo "arch=$ARCH"
66

7-
for V in cp35-cp35m cp34-cp34m cp27-cp27m cp27-cp27mu; do
7+
for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
88
PYBIN=/opt/python/$V/bin
99
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
1010
$PYBIN/python setup.py bdist_wheel -p manylinux1_${ARCH}

0 commit comments

Comments
 (0)
0