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 78b4af5 commit ac8ef78Copy full SHA for ac8ef78
pyproject.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
14
[tool.poetry.dependencies]
15
# Minimal requirements (dialogs with partial .form support (m.form(dict) or m.form(dataclass_instance))
16
-python = ">=3.10,<3.14"
+python = ">=3.10,<3.15" # TODO
17
# python = "^3.10" NOTE when tyro accepts Python3.14, get this line back
18
simple_term_menu = "*"
19
annotated-types = "*"
0 commit comments