Skip to content

Commit

Permalink
drop wheel support for python < 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 10, 2024
1 parent 19f99e7 commit 7950a45
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 @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python: [37, 38, 39, 310, 311, 312]
python: [39, 310, 311, 312]
arch: [aarch64]
steps:

Expand Down

0 comments on commit 7950a45

Please sign in to comment.