File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 os : ubuntu-24.04
1818 tools :
1919 python : >-
20- 3.13
20+ 3.14
2121 apt_packages :
2222 - inkscape
2323 jobs :
Original file line number Diff line number Diff line change 9494 # Undocumented third parties
9595 ("py:class" , "_tracing.TagTracerSub" ),
9696 ("py:class" , "warnings.WarningMessage" ),
97+ # Python 3.14+ exposes the C accelerator module name.
98+ ("py:class" , "_py_warnings.WarningMessage" ),
9799 # Undocumented type aliases
98100 ("py:class" , "LEGACY_PATH" ),
99101 ("py:class" , "_PluggyPlugin" ),
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ setenv =
128128description =
129129 build the documentation site under \
130130 `{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}`
131- basepython = python3.13 # Sync with .readthedocs.yaml to get errors.
131+ basepython = python3.14 # Sync with .readthedocs.yaml to get errors.
132132usedevelop = True
133133deps =
134134 -r{toxinidir}/doc/en/requirements.txt
You can’t perform that action at this time.
0 commit comments