Skip to content

Commit

Permalink
Wheel builds on py311
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Dec 7, 2023
1 parent e69b018 commit 7663eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-wheel-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist/
env:
CIBW_BUILD: "cp38* cp39* cp310*"
CIBW_BUILD: "cp38* cp39* cp310* cp311*"
CIBW_SKIP: "*_i686 *win32 *musllinux* pp*"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_TEST_REQUIRES: "pytest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist/
env:
CIBW_BUILD: "cp38* cp39* cp310*"
CIBW_BUILD: "cp38* cp39* cp310* cp311*"
CIBW_SKIP: "*_i686 *win32 *musllinux* pp*"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_TEST_REQUIRES: "pytest"
Expand Down

0 comments on commit 7663eda

Please sign in to comment.