Skip to content

Commit

Permalink
CI: Add Python 3.11 case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn authored Oct 22, 2024
1 parent 2c85324 commit 91bee31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
python_architecture:
- x64
include:
- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
#- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
- { 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:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 91bee31

Please sign in to comment.