File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ version: 2
33build :
44 os : ubuntu-24.04
55 tools :
6- python : " 3.14 "
6+ python : " 3.13 "
77 jobs :
88 # https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
99 pre_create_environment :
1010 - asdf plugin add uv
1111 - asdf install uv latest
1212 - asdf global uv latest
13- - uv python install 3.14
13+ - uv python install 3.13
1414 create_environment :
15- - uv venv -p 3.14
15+ - uv venv -p 3.13
1616 install :
17- - uv sync -p 3.14 --frozen --extra rhino --extra dxf --no-group dev --no-group lint --no-group test
17+ - uv sync -p 3.13 --frozen --extra rhino --extra dxf --no-group dev --no-group lint --no-group test
1818 build :
1919 html :
20- - uv run -p 3.14 --no-sync sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
20+ - uv run -p 3.13 --no-sync sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
You can’t perform that action at this time.
0 commit comments