Skip to content

Commit

Permalink
Add PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 1, 2021
1 parent 734d182 commit 26decd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy-3.7"]

steps:
- uses: "actions/checkout@v2"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
pypy3: pypy3
pypy-3.7: pypy3

[tox]
envlist = py36, py37, py38, py39, pypy3
Expand Down

0 comments on commit 26decd3

Please sign in to comment.