Skip to content

Commit 6267c0a

Browse files
committed
Use Python 3.14
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 4c0879a commit 6267c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: "latest"
2222
- run: >-
23-
uvx -p 3.13 --from pre-commit-mirror-maker pre-commit-mirror . \
23+
uvx -p 3.14 --from pre-commit-mirror-maker pre-commit-mirror . \
2424
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'
2525
- run: |
2626
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)