Skip to content

Commit

Permalink
Disable python 39
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 21, 2024
1 parent a456a6d commit cac2204
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- [macos-13, macosx_x86_64]
- [macos-13, macosx_arm64]
- [windows-2022, win_amd64]
python: ["cp39", "cp310", "cp311", "cp312", "pp39"]
exclude:
- buildplat: [macos-13, macosx_arm64]
python: "pp39"
python: ["cp310", "cp311", "cp312"]

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

0 comments on commit cac2204

Please sign in to comment.