Skip to content

Commit 477f0ae

Browse files
author
luthfan
committed
Change python version in the workflow
1 parent ff949e7 commit 477f0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v4
3939
with:
40-
python-version: "3.7"
40+
python-version: "3.12.11"
4141

4242
- name: Install Python dependencies
4343
run: |

0 commit comments

Comments
 (0)