File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " 3.12 "
6+ python : 3.13
77
88sphinx :
99 configuration : docs/conf.py
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
2- # uv export --group=docs --no-hashes --output-file=docs/requirements.txt
2+ # uv export --group=docs --no-hashes --python=3.13 -- output-file=docs/requirements.txt
33-e .
44accessible-pygments == 0.0.5
55 # via
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ def export(s: nox.Session) -> None:
112112 "export" ,
113113 "--group=docs" ,
114114 "--no-hashes" ,
115+ "--python=3.13" ,
115116 "--output-file=docs/requirements.txt" ,
116117 external = True ,
117118 )
You can’t perform that action at this time.
0 commit comments