We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b9673 commit 119ad97Copy full SHA for 119ad97
tox.ini
@@ -36,5 +36,9 @@ python =
36
3.11: py311
37
3.12: py312
38
3.13: py313
39
+ # What to do here?!?
40
+ # Left side will always be Python `3.14` if it is python3.14 or python3.14t
41
+ # Right side must be `py314` or `py314t` so one or the other will always fail.
42
+ # Is there a way to OR the right side? `3.14: py314 | py314t`
43
3.14: py314t
44
# 3.14t: py314t
0 commit comments