Skip to content

Commit

Permalink
Build wheels for CPython ABI cp312
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 4, 2024
1 parent c6032cd commit ca1fc0e
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: ["cp311"]
abi: ["cp311", "cp312"]

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

0 comments on commit ca1fc0e

Please sign in to comment.