We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdadde commit eae5c9bCopy full SHA for eae5c9b
1 file changed
.github/workflows/core-test.yml
@@ -27,7 +27,10 @@ jobs:
27
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
28
python-version: ['3.9', '3.10', '3.11', '3.12']
29
numpy-version: ['1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
30
+ # numpy 1.22: 3.10, 1.23: 3.11, 1.24: 3.11, 1.25: 3.11, 1.26: 3.12
31
exclude:
32
+ - python-version: '3.11'
33
+ numpy-version: '1.22.4'
34
- python-version: '3.12'
35
numpy-version: '1.22.4'
36
0 commit comments