Skip to content

Commit

Permalink
Bump Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jan 9, 2024
1 parent f07d746 commit 837b49e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-10.15, ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, "3.10"]
exclude:
- os: macOS-10.15
python-version: 3.7
- os: macOS-10.15
python-version: 3.8
- os: windows-latest
python-version: 3.7
- os: windows-latest
python-version: 3.8

Expand Down

0 comments on commit 837b49e

Please sign in to comment.