Skip to content

Commit

Permalink
Deprecate Python 3.7 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleve committed Feb 11, 2023
1 parent 968c604 commit a101c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

timeout-minutes: 20

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

timeout-minutes: 20

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

timeout-minutes: 20

Expand Down

0 comments on commit a101c40

Please sign in to comment.