Revert back to 3.10 as 3.11 and 3.12 failed

This commit is contained in:
KnugiHK
2024-06-08 18:24:05 +08:00
parent 3b54ca9d28
commit 2ca064d111

View File

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