Skip to content

Commit

Permalink
build for python3.11 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Jan 5, 2023
1 parent 0a43186 commit 7a30682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64 cp36-*"
CIBW_TEST_COMMAND: pytest -v {project}/tests/test_python_api.py
# Only build on Python 3 and skip 32-bit or musl builds
CIBW_BUILD: "cp3?-* cp310-*"
CIBW_BUILD: "cp3?-* cp310-* cp311-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7a30682

Please sign in to comment.