Skip to content

Commit

Permalink
Update: Python versions for regression
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed May 18, 2024
1 parent 448b440 commit 85b008a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
python-version: ['3.9', '3.10', '3.11', '3.12', 'pypy3.9']
exclude:
# Prebuilt pillow wheels aren't always available for the relevant PyPy version.
# The Ubuntu runner has zlib headers and can build it locally, but these can't without more work.
- os: macOS-latest
python-version: pypy3.7
python-version: pypy3.9
- os: windows-latest
python-version: pypy3.7
python-version: pypy3.9

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 85b008a

Please sign in to comment.