Skip to content

Commit cb0ecc9

Browse files
authored
CI: Fix Python 3.11 case on Windows
1 parent 6750325 commit cb0ecc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
python_architecture:
3232
- x64
3333
include:
34+
# Python 3.11 with the latest Ruby
35+
- { ruby: "3.3" , python: 3.11 , python_architecture: x64 }
36+
# The development version of Ruby
3437
- { ruby: mingw , python: 3.x , python_architecture: x64 }
35-
- { ruby: mingw , python: 3.11 , python_architecture: x64 }
3638
#- { ruby: mswin , python: 3.x , python_architecture: x64 }
3739

3840
steps:

0 commit comments

Comments
 (0)