Skip to content

Commit

Permalink
fix(deps): update python to >=3.12,<3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent b3feb4e commit 22d3a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 22d3a07

Please sign in to comment.