Skip to content

Commit

Permalink
dev(hansbug): add cp311 build support
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Dec 31, 2022
1 parent 847f7ea commit 6ffa4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
architecture:
- x86_64
- arm64
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
with:
platforms: all
- name: Build wheels
uses: pypa/cibuildwheel@v2.7.0
uses: pypa/cibuildwheel@v2.11.4
env:
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS: ${{ matrix.architecture }}
Expand Down

0 comments on commit 6ffa4ca

Please sign in to comment.