Skip to content

Commit 75e5300

Browse files
committed
use Python 3.12 for linting in build.yml of the generated package
1 parent 10bf7d2 commit 75e5300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/{% if AddGitHubActionBuild %}build.yml{% endif %}

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
fail-fast: false
4747
steps:
4848
- uses: actions/checkout@v4
49-
- name: Set up Python 3.9
49+
- name: Set up Python 3.12
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version: 3.9
52+
python-version: 3.12
5353
- name: Python info
5454
shell: bash -e {0}
5555
run: |

0 commit comments

Comments
 (0)