Skip to content

Commit c9cc898

Browse files
committed
TODO: to be reverted, test 3.13 across all platforms
1 parent 26007e9 commit c9cc898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
# newest version (currently 3.13) on ubuntu (to get complete coverage on unix).
3232
config:
3333
- os: windows-latest
34-
python: "3.10"
34+
python: "3.13"
3535
resolution: highest
3636
extras: ci,optional
3737
- os: windows-latest
38-
python: "3.12"
38+
python: "3.13"
3939
resolution: highest
4040
extras: ci,optional,numpy-v1 # Test NP1 on Windows (quite buggy ATM)
4141
- os: ubuntu-latest
4242
python: "3.13"
4343
resolution: lowest-direct
4444
extras: ci,optional
4545
- os: macos-latest
46-
python: "3.11"
46+
python: "3.13"
4747
resolution: lowest-direct
4848
extras: ci # test with only required dependencies installed
4949

0 commit comments

Comments
 (0)