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 3.8 is oldest still
  • Loading branch information
doadin committed Sep 13, 2023
1 parent eb2e271 commit 1148931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

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

0 comments on commit 1148931

Please sign in to comment.