Skip to content

Commit

Permalink
CI: cibuildwheel 3 will require Python 3.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 7, 2025
1 parent ae9514c commit f362f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'

- uses: docker/setup-qemu-action@v3
if: runner.os == 'Linux'
Expand Down

0 comments on commit f362f1d

Please sign in to comment.