summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-08-09 11:16:44 -0600
committerCharles Harris <charlesr.harris@gmail.com>2022-08-12 11:00:58 -0600
commitcb6344575938c1babe1439952f58952a72709395 (patch)
tree92ea9268867ee9ffe4aade4a46093e7146a05cb1
parenta5c9fb16cbd9e06f55f537e9d1666b877b581822 (diff)
downloadnumpy-cb6344575938c1babe1439952f58952a72709395.tar.gz
BLD: Build python3.11.0rc1 wheels.
Backport of #22102.
-rw-r--r--.github/workflows/wheels.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 76792e908..4169a0b3f 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -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]
@@ -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] }}