Skip to content

Commit 04b0cc7

Browse files
would make more sense if the macos and windows tests also use the latest python
1 parent 3810c92 commit 04b0cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
requirements: [minimal_requirements.txt, requirements.txt]
2121
include:
2222
- os: macos-latest
23-
python-version: '3.10'
23+
python-version: '3.13'
2424
requirements: requirements.txt
2525
- os: windows-latest
26-
python-version: '3.10'
26+
python-version: '3.13'
2727
requirements: requirements.txt
2828

2929
steps:

0 commit comments

Comments
 (0)