Skip to content

Commit

Permalink
Merge pull request #22115 from charris/backport-22102
Browse files Browse the repository at this point in the history
BLD: Build python3.11.0rc1 wheels.
  • Loading branch information
charris committed Aug 12, 2022
2 parents a5c9fb1 + cb63445 commit 4bdf678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -78,7 +78,7 @@ jobs:
# TODO: uncomment PyPy 3.9 builds once PyPy
# re-releases a new minor version
# NOTE: This needs a bump of cibuildwheel version, also, once that happens.
python: ["cp38", "cp39", "cp310", "pp38"] #, "pp39"]
python: ["cp38", "cp39", "cp310", "cp311", "pp38"] #, "pp39"]
exclude:
# Don't build PyPy 32-bit windows
- buildplat: [windows-2019, win32]
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
if: ${{ env.IS_32_BIT == 'true' }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.4.0
uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}

Expand Down

0 comments on commit 4bdf678

Please sign in to comment.