From f25604a946e93eeaaf0a1d520114c79d38bed2c8 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Wed, 1 Nov 2023 15:37:25 +0100 Subject: [PATCH] chore: update cibuildwheel to add cp3.12 and pypy3.10 --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b09afb0c..d636caa2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -43,7 +43,7 @@ jobs: run: script/fetch-fixtures # Build wheels - - run: pip install cibuildwheel==2.9.0 + - run: pip install cibuildwheel==2.16.1 - run: python -m cibuildwheel --output-dir dist env: CIBW_TEST_COMMAND: python -m unittest discover -s {package}/tests