Skip to content

Commit

Permalink
Change: Require at least Python 3.7.2 to allow installing pylint >= 2…
Browse files Browse the repository at this point in the history
….15.0

Pylint 2.15.0 supports Python 3.11 finally.
  • Loading branch information
bjoernricks committed Mar 30, 2023
1 parent bf24ea2 commit 6d77a6a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 35 deletions.
58 changes: 24 additions & 34 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 = [
]

[tool.poetry.dependencies]
python = "^3.7.0"
python = "^3.7.2"
autohooks = ">=21.7.0"
mypy = ">=0.910"

Expand Down

0 comments on commit 6d77a6a

Please sign in to comment.