From 17af2cbc288ec2cad19609b96ff9b5ce36a8b35f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 25 May 2024 04:47:35 -0400 Subject: [PATCH] chore: update python version in release workflow --- .github/workflows/automatic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 93074ed..85b01dd 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12' - name: Install prerequisites run: pip install -r release-requirements.txt - name: Execute release