Skip to content

Commit

Permalink
Do not run tests for Python 3.8 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jun 24, 2024
1 parent 33164fb commit f6cff10
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 @@ -39,7 +39,7 @@ jobs:
name: "Build and test on aarch64"
strategy:
matrix:
pyver: [cp38-cp38, cp311-cp311]
pyver: [cp310-cp310, cp312-cp312]
fail-fast: false
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit f6cff10

Please sign in to comment.