File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
66
66
- uses : actions/setup-python@v5
67
67
with :
68
- python-version : ' 3.12 '
68
+ python-version : ' 3.13 '
69
69
70
70
- name : Install uv
71
71
uses : astral-sh/setup-uv@v5
Original file line number Diff line number Diff line change 2
2
autoupdate_schedule : monthly
3
3
4
4
default_language_version :
5
- python : python3.12
5
+ python : python3.13
6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
29
29
hooks :
30
30
- id : rstcheck
31
31
additional_dependencies :
32
- - sphinx==6 .1.3
33
- - tomli==2.0 .1
32
+ - sphinx==8 .1.3
33
+ - tomli==2.2 .1
34
34
- repo : https://github.com/sphinx-contrib/sphinx-lint
35
35
rev : v1.0.0
36
36
hooks :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 2
6
6
build :
7
7
os : ubuntu-22.04
8
8
tools :
9
- python : " 3.12 "
9
+ python : " 3.13 "
10
10
11
11
sphinx :
12
12
configuration : docs/conf.py
You can’t perform that action at this time.
0 commit comments