We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da567c commit c25f222Copy full SHA for c25f222
tox.ini
@@ -23,6 +23,13 @@ envlist =
23
24
[testenv]
25
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
33
# In theory, it doesn't matter which python version is used here.
34
# In practice, things like changes to the ast module can alter
35
# the outputs of the tools (especially where exactly the
0 commit comments