From 22d3a07ffd82545755d7c7ac2108098101699e31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 05:12:39 +0000 Subject: [PATCH] fix(deps): update python to >=3.12,<3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbdc067..25fe44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["changelog", "prism", "launcher", "github"] changelog-generator = "changelog_generator.__main__:main" [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.12,<3.13" pygithub = "^1.59.0" [build-system]