From 7d2c7c674a65eba32020567d49512cbf5a451a37 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Sat, 12 Sep 2020 18:51:10 +0200 Subject: [PATCH] cibuildwheel has now python 3.9 support --- .github/workflows/pythonbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index a226e8c..28be1bd 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -67,7 +67,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install git+https://github.com/joerick/cibuildwheel.git@python3.9 + python -m pip install cibuildwheel==1.6.0 - name: Build wheels run: |