10000 Change: Require Python 3.7.2 as min version to support pylint 2.17.0 · greenbone/autohooks@92e7e3a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 92e7e3a

Browse files
committed
Change: Require Python 3.7.2 as min version to support pylint 2.17.0
With pylint 2.17.0 linting works finally with Python 3.11.
1 parent 3229b79 commit 92e7e3a

File tree

3 files changed

+31
-39
lines changed

3 files changed

+31
-39
lines changed

.github/workflows/ci-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "3.8"
1818
- "3.9"
1919
- "3.10"
20+
- "3.11"
2021
steps:
2122
- uses: actions/checkout@v3
2223
- name: Set up Python ${{ matrix.python-version }}
@@ -38,6 +39,7 @@ jobs:
3839
- "3.9"
3940
- "3.10"
4041
- "3.11"
42+
- "3.11"
4143
steps:
4244
- uses: actions/checkout@v3
4345
- name: Set up Python ${{ matrix.python-version }}

poetry.lock

Lines changed: 28 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ include = [
4747
]
4848

4949
[tool.poetry.dependencies]
50-
python = "^3.7"
50+
python = "^3.7.2"
5151
tomlkit = ">=0.5.11"
5252
pontos = ">=22.8.0"
5353
rich = ">=12.5.1"

0 commit comments

Comments
 (0)
0