Skip to content

Commit 3587115

Browse files
authored
CI: Use python 3.10 in self-tests, too
1 parent e5da2ca commit 3587115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.11', '3.12']
8+
python-version: ['3.10', '3.12']
99
numpy-version: ['1.26', 'latest', 'dev']
1010
exclude:
1111
- python-version: '3.13'

0 commit comments

Comments
 (0)