Skip to content

Commit 118075b

Browse files
committed
Attempt to fix CI
1 parent 1bd29c3 commit 118075b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8' ]
9+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9' ]
1010
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
1111
- python-version: "3.7"
1212
os: macos-latest

0 commit comments

Comments
 (0)