Skip to content

Commit 8bc2eb7

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

poetry.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)