Skip to content

Commit e1ce2d9

Browse files
committed
use Python 3.12 in sonarcloud.yml of the generated package
1 parent 4a8142b commit e1ce2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/{% if AddSonarCloud %}sonarcloud.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.9
24+
python-version: 3.12
2525
- name: Python info
2626
shell: bash -e {0}
2727
run: |

0 commit comments

Comments
 (0)