Skip to content

Commit 6128368

Browse files
committed
Upgrade python to 3.12
1 parent d5710c0 commit 6128368

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-jdk-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.12'
2020
- name: Set up Maven
2121
uses: stCarolas/setup-maven@v5
2222
with:

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.12'
2020
- name: Set up Maven
2121
uses: stCarolas/setup-maven@v5
2222
with:

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.10'
25+
python-version: '3.12'
2626
- name: Set up Maven
2727
uses: stCarolas/setup-maven@v5
2828
with:

0 commit comments

Comments
 (0)