Skip to content

Commit 28fe841

Browse files
committed
Fix tox shenanigans
1 parent c254951 commit 28fe841

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,10 +6,10 @@ python =
66
3.10: py310
77
3.11: py311, docs
88
3.12: py312, lint
9-
pypy-3: pypy38
9+
pypy-3.10: pypy3
1010

1111
[tox]
12-
envlist = pypy38, py38, py39, py310, py311, py312, lint, docs
12+
envlist = pypy3, py38, py39, py310, py311, py312, lint, docs
1313
isolated_build = true
1414
skipsdist = true
1515

0 commit comments

Comments
 (0)