Skip to content

Commit

Permalink
ci: no longer test py37, test py310 and py311 too
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Aug 4, 2023
1 parent 99885bf commit 5a3ff8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
strategy:
matrix:
config:
- {platform: ubuntu-latest, python-version: 3.7}
- {platform: ubuntu-latest, python-version: 3.8}
- {platform: ubuntu-latest, python-version: 3.9}
- {platform: windows-latest, python-version: 3.9}
- {platform: ubuntu-latest, python-version: 3.10}
- {platform: ubuntu-latest, python-version: 3.11}
- {platform: windows-latest, python-version: 3.11}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5a3ff8a

Please sign in to comment.