Skip to content

Commit 23eac7d

Browse files
committed
Run pre-commit, coverage, and readthedocs on Python 3.13
1 parent 4affee6 commit 23eac7d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- uses: actions/setup-python@v5
9999
with:
100-
python-version: '3.12'
100+
python-version: '3.13'
101101

102102
- name: Install uv
103103
uses: astral-sh/setup-uv@v5

Diff for: .pre-commit-config.yaml

+3-3
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:

Diff for: .readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77
build:
88
os: ubuntu-22.04
99
tools:
10-
python: "3.12"
10+
python: "3.13"
1111

1212
sphinx:
1313
configuration: docs/conf.py

0 commit comments

Comments
 (0)