Skip to content

Commit a7e0f5b

Browse files
sbrunnerrenovate[bot]
authored andcommitted
Fix maximal Python version
1 parent 86f126a commit a7e0f5b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

poetry.lock

Lines changed: 11 additions & 5 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
@@ -34,7 +34,7 @@ packages = [{ include = "bashcolor" }, { include = "bashcolor/py.typed" }]
3434
print_colors = "bashcolor:print_colors"
3535

3636
[tool.poetry.dependencies]
37-
python = ">=3.9,<3.11"
37+
python = ">=3.9,<3.13"
3838

3939
[tool.poetry.dev-dependencies]
4040
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }

0 commit comments

Comments
 (0)