Skip to content

Commit f6cff10

Browse files
committed
Do not run tests for Python 3.8 anymore
1 parent 33164fb commit f6cff10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: "Build and test on aarch64"
4040
strategy:
4141
matrix:
42-
pyver: [cp38-cp38, cp311-cp311]
42+
pyver: [cp310-cp310, cp312-cp312]
4343
fail-fast: false
4444
runs-on: ubuntu-latest
4545
env:

0 commit comments

Comments
 (0)