Skip to content

Commit 013e7e1

Browse files
committed
Run pre-commit, coverage, and readthedocs on Python 3.13
1 parent c62e8b9 commit 013e7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- uses: actions/setup-python@v5
6565
with:
66-
python-version: '3.12'
66+
python-version: '3.13'
6767

6868
- name: Install uv
6969
uses: astral-sh/setup-uv@v5

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33

44
default_language_version:
5-
python: python3.12
5+
python: python3.13
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)