Skip to content

Commit 69b77b8

Browse files
authored
Use Python 3.14 and fix cache warning (#311)
1 parent 4c0879a commit 69b77b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
uses: astral-sh/setup-uv@v7
2020
with:
2121
version: "latest"
22+
enable-cache: "false"
2223
- run: >-
23-
uvx -p 3.13 --from pre-commit-mirror-maker pre-commit-mirror . \
24+
uvx -p 3.14 --from pre-commit-mirror-maker pre-commit-mirror . \
2425
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'
2526
- run: |
2627
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)