Skip to content

Commit 0dc65c4

Browse files
fix(deps): update python to >=3.14,<3.15
1 parent 294cc50 commit 0dc65c4

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.14,<3.15"
1515
pyside6 = "^6.6.1"
1616
pydantic = "^2.5.2"
1717

0 commit comments

Comments
 (0)