Skip to content

Commit

Permalink
Also enable python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 24, 2024
1 parent e160a89 commit 56f7b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- [macos-13, macosx_x86_64]
- [macos-13, macosx_arm64]
- [windows-2022, win_amd64]
python: ["cp310", "cp311", "cp312"]
python: ["cp39", "cp310", "cp311", "cp312"]

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

0 comments on commit 56f7b76

Please sign in to comment.