Skip to content

Commit f4a88d6

Browse files
committed
Test both PyPy3.6 and PyPy3.7
1 parent a948e89 commit f4a88d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
]
2121
include:
2222
# Add new helper variables to existing jobs
23-
- {python-version: "pypy3", tox-python-version: "pypy3"}
23+
- {python-version: "pypy-3.6", tox-python-version: "pypy3"}
24+
- {python-version: "pypy-3.7", tox-python-version: "pypy3"}
2425
- {python-version: "3.6", tox-python-version: "py36"}
2526
- {python-version: "3.7", tox-python-version: "py37"}
2627
- {python-version: "3.8", tox-python-version: "py38"}

0 commit comments

Comments
 (0)