diff --git a/.travis.yml b/.travis.yml index 14bcc5565c..cf102b80c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'