Skip to content

Commit

Permalink
Downgrade pylint to have Python 3.7.0 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekPikula committed Mar 14, 2023
1 parent 7cd95e1 commit eb2a863
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 39 deletions.
53 changes: 17 additions & 36 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "peakrdl_markdown"
version = "0.1.3"
version = "0.1.4"
description = "Export Markdown description from the systemrdl-compiler register model"
authors = ["Marek Pikuła <[email protected]>"]
maintainers = ["Marek Pikuła <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7.2"
python = "^3.7.0"
systemrdl-compiler = "^1.25.0"
peakrdl = "^0.7.0"
py-markdown-table = "^0.3.3"
Expand All @@ -33,7 +33,7 @@ isort = "^5.10.1"
mypy = "^0.971"
pycodestyle = "^2.9.1"
pydocstyle = "^6.1.1"
pylint = "^2.15.3"
pylint = "<2.15" # Python 3.7.0 requirement.

[tool.poetry.group.test.dependencies]
pytest = "^7.1.3"
Expand Down

0 comments on commit eb2a863

Please sign in to comment.