Skip to content

Commit 6e04e4f

Browse files
committed
test: tox-gh-actions says to do it like this
``` Warning: WARNING: PendingDeprecationWarning Support of old-style PyPy config keys will be removed in tox-gh-actions v3. Please use "pypy-2" and "pypy-3" instead of "pypy2" and "pypy3". Example of tox.ini: [gh-actions] python = pypy-2: pypy2 pypy-3: pypy3 # The followings won't work with tox-gh-actions v3 # pypy2: pypy2 # pypy3: pypy3 ```
1 parent c0119d9 commit 6e04e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ python =
100100
3.10: py310
101101
3.11: py311
102102
3.12: py312
103-
pypy3: pypy3
103+
pypy-3: pypy3

0 commit comments

Comments
 (0)