Skip to content

Commit 92b62b6

Browse files
committed
Simplify
1 parent 28fe841 commit 92b62b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python =
66
3.10: py310
77
3.11: py311, docs
88
3.12: py312, lint
9-
pypy-3.10: pypy3
9+
pypy-3: pypy3
1010

1111
[tox]
1212
envlist = pypy3, py38, py39, py310, py311, py312, lint, docs
@@ -42,7 +42,7 @@ setenv =
4242
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
4343
COVERAGE_CORE=sysmon
4444

45-
[testenv:pypy38]
45+
[testenv:pypy3]
4646
setenv =
4747
FAST = 1
4848
PDM_IGNORE_SAVED_PYTHON="1"

0 commit comments

Comments
 (0)