Skip to content

Commit ab6f428

Browse files
committed
Updates wheels script
1 parent 1fa4ee9 commit ab6f428

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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="cp27-cp27m cp35-cp35m"
2+
PYTHON_VERSIONS="cp27-cp27m cp35-cp35m cp36-cp36m"
33

44
echo "Compile wheels"
55
for PYTHON in ${PYTHON_VERSIONS}; do

wheels-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
cython
21
pytest

0 commit comments

Comments
 (0)