Skip to content

Commit

Permalink
Add wheels building for the cp311 ABI (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 24, 2023
1 parent 1b6da83 commit 40fc7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]
abi: ["cp310"]
abi: ["cp310", "cp311"]

steps:
- name: Check out code from GitHub
Expand Down

0 comments on commit 40fc7e9

Please sign in to comment.