We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62e8b9 commit 013e7e1Copy full SHA for 013e7e1
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- uses: actions/setup-python@v5
65
with:
66
- python-version: '3.12'
+ python-version: '3.13'
67
68
- name: Install uv
69
uses: astral-sh/setup-uv@v5
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: monthly
3
4
default_language_version:
5
- python: python3.12
+ python: python3.13
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments