Skip to content

Commit 70450ff

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent 294cc50 commit 70450ff

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
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.12,<3.13"
14+
python = ">=3.13,<3.14"
1515
pyside6 = "^6.6.1"
1616
pydantic = "^2.5.2"
1717

0 commit comments

Comments
 (0)