Update Python to 12 for Nuitka

This commit is contained in:
KnugiHK
2024-06-08 17:57:48 +08:00
parent c7e8a603c7
commit 03312da6ee

View File

@@ -64,7 +64,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip