Skip to content

Commit 6149142

Browse files
committed
doc: update RTD/tox to Python 3.13
I have some unexplained issue with Python 3.12, updating fixes it.
1 parent 4d3adf9 commit 6149142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
os: ubuntu-24.04
1818
tools:
1919
python: >-
20-
3.12
20+
3.13
2121
apt_packages:
2222
- inkscape
2323
jobs:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ setenv =
111111
description =
112112
build the documentation site under \
113113
`{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}`
114-
basepython = python3.12 # sync with rtd to get errors
114+
basepython = python3.13 # Sync with .readthedocs.yaml to get errors.
115115
usedevelop = True
116116
deps =
117117
-r{toxinidir}/doc/en/requirements.txt

0 commit comments

Comments
 (0)