Skip to content

Commit 900636e

Browse files
authored
Use minimum supported Python version for Lint (#9364)
1 parent d629550 commit 900636e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424
- uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.x"
26+
python-version: "3.10"
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v7
2929
- name: Lint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repos:
7676
rev: v0.24.1
7777
hooks:
7878
- id: validate-pyproject
79-
additional_dependencies: [trove-classifiers>=2024.10.12]
79+
additional_dependencies: [tomli, trove-classifiers>=2024.10.12]
8080

8181
- repo: https://github.com/tox-dev/tox-ini-fmt
8282
rev: 1.7.0

0 commit comments

Comments
 (0)