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 0582c33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.8"}
- {platform: ubuntu-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 0582c33

Please sign in to comment.