Skip to content

Commit 17af2cb

Browse files
authored
chore: update python version in release workflow
1 parent e0d66da commit 17af2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.8'
32+
python-version: '3.12'
3333
- name: Install prerequisites
3434
run: pip install -r release-requirements.txt
3535
- name: Execute release

0 commit comments

Comments
 (0)