Skip to content

Commit 8e5535c

Browse files
committed
fix tools
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 459c4d0 commit 8e5535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PYTHON_VERSIONS="cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m"
2+
PYTHON_VERSIONS="cp36-cp36m cp37-cp37m"
33

44
# Avoid creation of __pycache__/*.py[c|o]
55
export PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)