Skip to content

Commit

Permalink
Update Python Versions in CI
Browse files Browse the repository at this point in the history
3.7 is eol and 3.12 is coming up
  • Loading branch information
doadin committed Sep 13, 2023
1 parent 0543598 commit 7695f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.10", "3.11", "3.12"]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 7695f1b

Please sign in to comment.