Skip to content

Commit

Permalink
Adding python3.9 wheels release
Browse files Browse the repository at this point in the history
base on this draft PR/branch
pypa/cibuildwheel#382
  • Loading branch information
fruch committed Jul 23, 2020
1 parent 3ea7636 commit 3dbb13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ jobs:
if: type != pull_request AND (branch = master OR (tag =~ /^.*-scylla$/))

install:
- python3 -m pip install cibuildwheel==1.3.0
# - python3 -m pip install cibuildwheel==1.3.0
- python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@python3.9

script:
# build the wheels, put them into './wheelhouse'
Expand Down

0 comments on commit 3dbb13b

Please sign in to comment.