Skip to content

Commit

Permalink
Change: Require Python 3.7.2 as min version to support pylint 2.17.0
Browse files Browse the repository at this point in the history
With pylint 2.17.0 linting works finally with Python 3.11.
  • Loading branch information
bjoernricks committed Mar 22, 2023
1 parent 3229b79 commit 92e7e3a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -38,6 +39,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
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 @@ -47,7 +47,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.7.2"
tomlkit = ">=0.5.11"
pontos = ">=22.8.0"
rich = ">=12.5.1"
Expand Down

0 comments on commit 92e7e3a

Please sign in to comment.