Skip to content

Commit 7f375c8

Browse files
authored
Upgrade docsbuild Python to 3.13 (#551)
1 parent b35ce2d commit 7f375c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

salt/docs/init.sls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ doc-pkgs:
1414
- fonts-noto
1515
- git
1616
- mercurial
17-
- python3.10-dev
18-
- python3.10-venv
17+
- python3.13-dev
18+
- python3.13-venv
1919
- latexmk
2020
- texinfo
2121
- texlive
@@ -49,7 +49,7 @@ docsbuild-scripts:
4949
virtualenv:
5050
cmd.run:
5151
- runas: docsbuild
52-
- name: 'python3.10 -m venv /srv/docsbuild/venv'
52+
- name: 'python3.13 -m venv /srv/docsbuild/venv'
5353
- creates:
5454
- /srv/docsbuild/venv/bin/python
5555
- /srv/docsbuild/venv/bin/pip

0 commit comments

Comments
 (0)