8000 Upgrade docsbuild Python to 3.13 by AA-Turner · Pull Request #551 · python/psf-salt · GitHub
[go: up one dir, main page]

Skip to content

Upgrade docsbuild Python to 3.13 #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade docsbuild Python to 3.13
  • Loading branch information
AA-Turner committed Feb 19, 2025
commit 73d56ef7bdb0960f8a3dfab68c6b0ac5dcc348df
6 changes: 3 additions & 3 deletions salt/docs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
0