Skip to content

Commit c25f222

Browse files
committed
wip
1 parent 5da567c commit c25f222

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ envlist =
2323

2424
[testenv]
2525
basepython =
26+
py39: python3.9
27+
py310: python3.10
28+
py311: python3.11
29+
py312: python3.12
30+
py313: python3.13
31+
py314: python3.14
32+
pypy3: pypy3
2633
# In theory, it doesn't matter which python version is used here.
2734
# In practice, things like changes to the ast module can alter
2835
# the outputs of the tools (especially where exactly the

0 commit comments

Comments
 (0)