Skip to content

Commit

Permalink
Actually build 3.12 wheels (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 14, 2023
1 parent b665b55 commit e0c7992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CIBW_ARCHS_LINUX: x86_64 i686 aarch64
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_ARCHS_WINDOWS: AMD64 x86 ARM64
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*"
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e0c7992

Please sign in to comment.