Skip to content

Commit

Permalink
Fix maximal Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 2, 2024
1 parent 8d9c17e commit 1b52793
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packages = [{ include = "bashcolor" }, { include = "bashcolor/py.typed" }]
print_colors = "bashcolor:print_colors"

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9,<3.13"

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

0 comments on commit 1b52793

Please sign in to comment.