Skip to content

Commit 6f7c951

Browse files
committed
fixup! fixup! fixup! DEP: drop support for CPython 3.10
1 parent a387c5b commit 6f7c951

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/check-pre-commit-hooks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@ jobs:
5454
path: downstream
5555
repository: ${{ matrix.downstream }}
5656
persist-credentials: false
57-
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
57+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
58+
# 3.11.0 isn't available through setup-uv
5859
with:
5960
python-version: ${{ matrix.python-version }}
61+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
62+
with:
63+
enable-cache: false
6064
- name: Run pre-commit hooks
6165
# we use pre-commit-uv to ensure that the workspace configuration is read from
6266
# the root pyproject.toml, so that we run against the dev branch of inifix

0 commit comments

Comments
 (0)