Skip to content

Commit

Permalink
Drop cp37 and cp38
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Oct 27, 2024
1 parent 4ed628d commit 55ba377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_tag: [ "cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
python_tag: [ "cp39", "cp310", "cp311", "cp312"]
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_BUILD: ${{matrix.python_tag}}-*
Expand Down

0 comments on commit 55ba377

Please sign in to comment.