Skip to content

Commit

Permalink
Enhance CI workflow to include Python 3.11 and 3.12 for Windows compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
polischuks committed Feb 15, 2025
1 parent 60f6d93 commit 18eda9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
# Windows
- os: windows-latest
python-version: "3.10"
# - os: windows-latest
# python-version: "3.11"
# - os: windows-latest
# python-version: "3.12"
- os: windows-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.12"

# # macOS (arm64)
# - os: macos-14
Expand Down

0 comments on commit 18eda9f

Please sign in to comment.