Skip to content

Commit

Permalink
CI: Fix Python 3.11 case on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn authored Oct 22, 2024
1 parent 6750325 commit cb0ecc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
python_architecture:
- x64
include:
# Python 3.11 with the latest Ruby
- { ruby: "3.3" , python: 3.11 , python_architecture: x64 }
# The development version of Ruby
- { ruby: mingw , python: 3.x , python_architecture: x64 }
- { ruby: mingw , python: 3.11 , python_architecture: x64 }
#- { ruby: mswin , python: 3.x , python_architecture: x64 }

steps:
Expand Down

0 comments on commit cb0ecc9

Please sign in to comment.