Skip to content

Commit

Permalink
CI: Don't check on ancient python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jun 23, 2023
1 parent af09af7 commit 45cee09
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
python: [
'3.5',
# '3.6', '3.7', '3.8', '3.9', # it takes too much GitHub action time to run tests on all versions in between
'3.11',
]
python:
- '3.7'
- '3.11'
include:
- os: ubuntu-latest
python: pypy-3.7
Expand Down

0 comments on commit 45cee09

Please sign in to comment.