From 3dbb13b9869d9c2a13c2e239438d2f37464c7cf4 Mon Sep 17 00:00:00 2001 From: Israel Fruchter Date: Thu, 23 Jul 2020 08:23:41 +0300 Subject: [PATCH] Adding python3.9 wheels release base on this draft PR/branch https://github.com/joerick/cibuildwheel/pull/382 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14bcc5565..cf102b80c 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'