Skip to content

Commit

Permalink
cis: stop testing on 3.7 and test on pypy 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Aug 21, 2024
1 parent 844bf1c commit 2467082
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev', 'pypy-3.7', 'pypy-3.8']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
exclude:
- python-version: '3.7'
os: macos-latest
- python-version: '3.8'
os: macos-latest
- python-version: '3.9'
os: macos-latest
- python-version: 'pypy-3.7'
os: macos-latest
- python-version: 'pypy-3.8'
os: macos-latest
steps:
Expand Down

0 comments on commit 2467082

Please sign in to comment.