Skip to content

Commit 91bee31

Browse files
authored
CI: Add Python 3.11 case
1 parent 2c85324 commit 91bee31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
python_architecture:
3232
- x64
3333
include:
34-
- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
35-
#- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
34+
- { ruby: mingw , python: 3.x , python_architecture: x64 }
35+
- { ruby: mingw , python: 3.11 , python_architecture: x64 }
36+
#- { ruby: mswin , python: 3.x , python_architecture: x64 }
3637

3738
steps:
3839
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)