mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-01-09 18:21:22 +03:00
Use minimum supported Python version for Lint (#9364)
This commit is contained in:
parent
d62955031b
commit
900636e7db
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: "3.10"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
- name: Lint
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ repos:
|
|||
rev: v0.24.1
|
||||
hooks:
|
||||
- id: validate-pyproject
|
||||
additional_dependencies: [trove-classifiers>=2024.10.12]
|
||||
additional_dependencies: [tomli, trove-classifiers>=2024.10.12]
|
||||
|
||||
- repo: https://github.com/tox-dev/tox-ini-fmt
|
||||
rev: 1.7.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user