Skip to content

Commit

Permalink
Merge pull request #638 from JustAnotherArchivist/test-pypy-bump
Browse files Browse the repository at this point in the history
Bump PyPy tests to current versions
  • Loading branch information
jjjake authored Mar 21, 2024
2 parents 46e204d + 5affdf9 commit 87bc289
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 87bc289

Please sign in to comment.