Skip to content

Commit

Permalink
Add PyPy 3.9 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kingbuzzman authored and francoisfreitag committed Jun 28, 2022
1 parent 6c243a7 commit 3e8246f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.10"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
database-type:
- "sqlite"
- "postgres"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python =
3.10: py310
pypy-3.7: pypy37
pypy-3.8: pypy38
pypy-3.9: pypy39

[gh-actions:env]
DATABASE_TYPE =
Expand Down

0 comments on commit 3e8246f

Please sign in to comment.