Skip to content

Commit c53b1ae

Browse files
committed
Fix pypy 3.9 tox key
1 parent 54edb03 commit c53b1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python =
1818
3.10 = py310, py310-numpy
1919
3.11 = py311, py311-numpy
2020
3.12 = py312, py312-numpy, lint, changelog, typing, docs
21-
pypy-3 = pypy3
21+
pypy3.9 = pypy3
2222

2323

2424
[tox]

0 commit comments

Comments
 (0)