Skip to content

Commit 4a8142b

Browse files
committed
use Python 3.12 in documentation.yml of the generated package
1 parent 75e5300 commit 4a8142b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/.github/workflows/{% if AddGitHubActionDocumentation %}documentation.yml{% endif %}

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python 3.9
19+
- name: Set up Python 3.12
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.12
2323
- name: Python info
2424
shell: bash -e {0}
2525
run: |
@@ -30,7 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip setuptools
3131
python -m pip install .[dev,publishing]
3232
- name: Install pandoc using apt
33-
run: sudo apt install pandoc
33+
run: sudo apt install pandoc
3434
- name: Build documentation
3535
run: make coverage doctest html
3636
working-directory: docs

0 commit comments

Comments
 (0)