8000 Build linux wheel for Python 3.7 · loude/msgpack-python@b8bf3c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8bf3c9

Browse files
committed
Build linux wheel for Python 3.7
1 parent b1d658e commit b8bf3c9

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 cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
7+
for V in cp37-cp37m 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