Skip to content

Commit

Permalink
Add 3.11 to wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Sep 20, 2023
1 parent c30ce3a commit b68aaa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_SKIP: "*musllinux*"
CIBW_BUILD: "cp38-* cp39-* cp310-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Run docker smoke tests for all python versions
run: |
for pyver in 3.8 3.9 3.10; do
for pyver in 3.8 3.9 3.10 3.11; do
docker run --rm \
-v $(pwd)/dist:/wheels \
${{ matrix.docker_py_container}}:$pyver-bullseye \
Expand Down

0 comments on commit b68aaa9

Please sign in to comment.