Skip to content

Commit

Permalink
Build Python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 13, 2023
1 parent 7c9f302 commit 362ea2f
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 @@ -32,7 +32,7 @@ jobs:
- [macos-latest, macosx, x86_64]
- [macos-latest, macosx, arm64]
- [windows-2019, win, amd64]
python: ["cp38", "cp39", "cp310", "cp311"]
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
steps:
- uses: actions/checkout@v4
- name: Build wheels
Expand Down

0 comments on commit 362ea2f

Please sign in to comment.