Skip to content

Commit 673b359

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent 99ba410 commit 673b359

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 @@ keywords = ["changelog", "prism", "launcher", "github"]
1313
changelog-generator = "changelog_generator.__main__:main"
1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.10,<3.12"
16+
python = ">=3.13,<3.14"
1717
pygithub = "^2.1.1"
1818

1919
[build-system]

0 commit comments

Comments
 (0)