mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-08 20:08:45 +03:00
Use Python 3.12.1.
This commit is contained in:
parent
94f6036347
commit
ff58cfaa3b
2
.github/workflows/env
vendored
2
.github/workflows/env
vendored
@ -1,2 +1,2 @@
|
||||
FLUTTER=3.16.2
|
||||
PYVER=3.12.0
|
||||
PYVER=3.12.1
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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 }}
|
||||
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user