Build python 3.13

This commit is contained in:
Alessandro Molina 2024-11-07 11:23:29 +01:00 committed by GitHub
parent 3eb36f7829
commit edb1baa29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
run: python -m pip install cibuildwheel==2.21.3
- name: Set up QEMU
if: runner.os == 'Linux'