Skip to content

Commit

Permalink
drop py37 in aarch64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 10, 2025
1 parent dc249e8 commit 201a928
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 @@ -67,7 +67,7 @@ jobs:
os: [ubuntu-latest]
libc: [manylinux, musllinux]
arch: [aarch64]
python: [37, 38, 39, 310, 311, 312, 313]
python: [38, 39, 310, 311, 312, 313]

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

0 comments on commit 201a928

Please sign in to comment.