Skip to content

Commit 2360d0d

Browse files
committed
Revert "Use minimum supported Python version for Lint (#9364)"
This reverts commit 900636e.
1 parent 499b796 commit 2360d0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.10"
26+
python-version: "3.x"
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: [tomli, trove-classifiers>=2024.10.12]
79+
additional_dependencies: [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)