From 73d56ef7bdb0960f8a3dfab68c6b0ac5dcc348df Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:45:27 +0000 Subject: [PATCH] Upgrade docsbuild Python to 3.13 --- salt/docs/init.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/docs/init.sls b/salt/docs/init.sls index 6a872bbb..9c4f9696 100644 --- a/salt/docs/init.sls +++ b/salt/docs/init.sls @@ -14,8 +14,8 @@ doc-pkgs: - fonts-noto - git - mercurial - - python3.10-dev - - python3.10-venv + - python3.13-dev + - python3.13-venv - latexmk - texinfo - texlive @@ -49,7 +49,7 @@ docsbuild-scripts: virtualenv: cmd.run: - runas: docsbuild - - name: 'python3.10 -m venv /srv/docsbuild/venv' + - name: 'python3.13 -m venv /srv/docsbuild/venv' - creates: - /srv/docsbuild/venv/bin/python - /srv/docsbuild/venv/bin/pip