Skip to content

Commit

Permalink
Merge pull request #3832 from clebergnu/python_37_eol
Browse files Browse the repository at this point in the history
CI: Update Python versions
  • Loading branch information
YongxueHong authored Feb 1, 2024
2 parents 9485fc6 + 11bea3b commit 85258d3
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 @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10.1]
python-version: [3.8, 3.9, 3.10.1, 3.11]
fail-fast: false

steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10.1]
python-version: [3.8, 3.9, 3.10.1, 3.11]
fail-fast: false

steps:
Expand Down

0 comments on commit 85258d3

Please sign in to comment.