Skip to content

Commit 50cf895

Browse files
fix(deps): update python to >=3.12,<3.13
1 parent a4f12dd commit 50cf895

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.12,<3.13"
1717
pygithub = "^2.1.1"
1818

1919
[build-system]

0 commit comments

Comments
 (0)