We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2ca63 commit ace96f5Copy full SHA for ace96f5
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
25
numpy-version: ['1.24', '1.26', '2.0']
26
dependency-set: ["minimal", "optional"]
27
0 commit comments