We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49ad3f commit 64894baCopy full SHA for 64894ba
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: ['3.11', '3.12', '3.13']
+ python-version: ['3.11', '3.12']
9
numpy-version: ['1.26', 'latest', 'dev']
10
exclude:
11
- python-version: '3.13'
0 commit comments