Skip to content

Commit 119ad97

Browse files
authored
Update tox.ini with Python 3.14 comments
Added comments regarding Python 3.14 configuration.
1 parent 64b9673 commit 119ad97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ python =
3636
3.11: py311
3737
3.12: py312
3838
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`
3943
3.14: py314t
4044
# 3.14t: py314t

0 commit comments

Comments
 (0)