Skip to content

Commit 4bb71db

Browse files
authored
Merge pull request #293 from josegonzalez/josegonzalez-patch-1
chore: update python version in release workflow
2 parents e0d66da + 17af2cb commit 4bb71db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)