1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Workflows: bump windows and macos to python 3.12

This commit is contained in:
loathingKernel 2023-12-26 00:48:01 +02:00
parent 40e5aacd68
commit e5b445d37a
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.11'
python-version: '3.12'
check-latest: true
architecture: x64
- name: Install Build Dependencies

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.11'
python-version: '3.12'
check-latest: true
architecture: x64
- name: Install build dependencies

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.11'
python-version: '3.12'
check-latest: true
- name: Install Build Dependencies
run: pip install pyinstaller