python to 3.10

This commit is contained in:
4pmtong 2026-01-19 04:11:02 +08:00
parent 433973ece5
commit 6f58bb5076
5 changed files with 309 additions and 42 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.10'
- name: Install Python Dependencies
run: |

View file

@ -44,7 +44,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.10"
- name: Install Python Dependencies
run: |
@ -158,4 +158,4 @@ jobs:
release/mac-arm64/*
release/win-x64/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}