Skip to content

Commit ae3fa94

Browse files
committed
Run pre-commit, coverage, and readthedocs on Python 3.13
1 parent 9ee33c9 commit ae3fa94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- uses: actions/setup-python@v5
6767
with:
68-
python-version: '3.12'
68+
python-version: '3.13'
6969

7070
- name: Install uv
7171
uses: astral-sh/setup-uv@v5

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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
@@ -29,8 +29,8 @@ repos:
2929
hooks:
3030
- id: rstcheck
3131
additional_dependencies:
32-
- sphinx==6.1.3
33-
- tomli==2.0.1
32+
- sphinx==8.1.3
33+
- tomli==2.2.1
3434
- repo: https://github.com/sphinx-contrib/sphinx-lint
3535
rev: v1.0.0
3636
hooks:

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: ubuntu-22.04
88
tools:
9-
python: "3.12"
9+
python: "3.13"
1010

1111
sphinx:
1212
configuration: docs/conf.py

0 commit comments

Comments
 (0)