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 26007e9 commit c9cc898Copy full SHA for c9cc898
.github/workflows/test.yml
@@ -31,19 +31,19 @@ jobs:
31
# newest version (currently 3.13) on ubuntu (to get complete coverage on unix).
32
config:
33
- os: windows-latest
34
- python: "3.10"
+ python: "3.13"
35
resolution: highest
36
extras: ci,optional
37
38
- python: "3.12"
39
40
extras: ci,optional,numpy-v1 # Test NP1 on Windows (quite buggy ATM)
41
- os: ubuntu-latest
42
python: "3.13"
43
resolution: lowest-direct
44
45
- os: macos-latest
46
- python: "3.11"
47
48
extras: ci # test with only required dependencies installed
49
0 commit comments