Skip to content

Commit 01ff744

Browse files
authored
update cibuildwheel to build bin wheel for python 3.9 (#41)
* update cibuildwheel to build bin wheel for python 3.9 * make sure to use python 3
1 parent 450809e commit 01ff744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ install:
8181
- gcc --version
8282
- |
8383
if [ -n "${XXHASH_BUILDWHEELS:-}" ]; then
84-
pip install cibuildwheel
84+
pip3 install cibuildwheel==1.7.0
8585
fi
8686
8787
script:

0 commit comments

Comments
 (0)