Skip to content

Commit ac8ef78

Browse files
committed
WIP
1 parent 78b4af5 commit ac8ef78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313

1414
[tool.poetry.dependencies]
1515
# Minimal requirements (dialogs with partial .form support (m.form(dict) or m.form(dataclass_instance))
16-
python = ">=3.10,<3.14"
16+
python = ">=3.10,<3.15" # TODO
1717
# python = "^3.10" NOTE when tyro accepts Python3.14, get this line back
1818
simple_term_menu = "*"
1919
annotated-types = "*"

0 commit comments

Comments
 (0)