Skip to content

Commit 5743968

Browse files
authored
CI: Fix Python version on Windows with conda
1 parent cb0ecc9 commit 5743968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
ruby:
7575
- "3.3"
7676
python:
77-
- 3.x
77+
- 3.12
78+
- 3.11
7879

7980
defaults:
8081
run:

0 commit comments

Comments
 (0)