Skip to content

Commit

Permalink
Add python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jul 10, 2024
1 parent 493a857 commit 9fc3b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-11, windows-latest]
cibw_archs: ["auto64"]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*" , "cp312-*"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
matrix:
os: [macos-13-xlarge]
cibw_archs: ["arm64"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*" , "cp312-*"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-11, windows-latest]
cibw_archs: ["auto64"]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*" , "cp312-*"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
matrix:
os: [macos-13-xlarge]
cibw_archs: ["arm64"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*" , "cp312-*"]

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

0 comments on commit 9fc3b10

Please sign in to comment.