Skip to content

Commit

Permalink
Bump PyPy tests to current versions
Browse files Browse the repository at this point in the history
PyPy 3.7 and PyPy 3.8 are EOL and unsupported (although CPython 3.8 is not yet).
  • Loading branch information
JustAnotherArchivist committed Mar 20, 2024
1 parent 46e204d commit 5affdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
max-parallel: 1 # Avoid timeout errors
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311,py312,pypy37,pypy38,pypy39
envlist = py38,py39,py310,py311,py312,pypy39,pypy310

[testenv]
deps = -r tests/requirements.txt
Expand Down

0 comments on commit 5affdf9

Please sign in to comment.