Use Python 3.12.1.

This commit is contained in:
Dain Nilsson 2023-12-12 11:06:27 +01:00
parent 94f6036347
commit ff58cfaa3b
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
FLUTTER=3.16.2
PYVER=3.12.0
PYVER=3.12.1

View File

@ -19,7 +19,7 @@ jobs:
git diff --exit-code
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYVER }}

View File

@ -20,7 +20,7 @@ jobs:
git diff --exit-code
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYVER }}