8000 .github: test with pypy-3.7 · kevinoid/python-project-template@18958d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18958d0

Browse files
committed
.github: test with pypy-3.7
Using the new pypy version syntax introduced by actions/setup-python#168 Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 11e1137 commit 18958d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
- version: 3.x
6868
exe: python
6969
toxenv: py3
70-
- version: pypy2
70+
- version: pypy-2.7
7171
exe: pypy
7272
toxenv: pypy
73-
- version: pypy3
73+
- version: pypy-3.7
7474
exe: pypy3
7575
toxenv: pypy3
7676
exclude:

0 commit comments

Comments
 (0)
0