Skip to content

Commit

Permalink
Change: Require Python 3.7.2 as minimum
Browse files Browse the repository at this point in the history
Allow to install newest Pylint and autohooks versions.
  • Loading branch information
bjoernricks committed Apr 20, 2023
1 parent 10eb96e commit 4e9c969
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 39 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- 3.8
- 3.9
- "3.10"
- "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 @@ -40,7 +40,7 @@ keywords = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.7.2"
black = ">=20.8"
autohooks = ">=21.6.0"

Expand Down

0 comments on commit 4e9c969

Please sign in to comment.