Skip to content

Commit

Permalink
Change: Set Python 3.7.2 as minimum to allow installing pylint 2.17.0
Browse files Browse the repository at this point in the history
Require Python 3.7.2 as minimum Python version. This allows to update to
pylint 2.17.0 which finally supports Python 3.11.
  • Loading branch information
bjoernricks committed Mar 23, 2023
1 parent 017d173 commit 6c84f04
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 39 deletions.
66 changes: 28 additions & 38 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 @@ -32,7 +32,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7.0"
python = "^3.7.2"
paramiko = ">=2.7.1,<4.0.0"
lxml = "^4.5.0"
defusedxml = ">=0.6,<0.8"
Expand Down

0 comments on commit 6c84f04

Please sign in to comment.