Update python version for deployment

This commit is contained in:
“Lu 2023-02-17 10:40:56 +08:00
parent 14e43fa714
commit cc77399560
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.12.0"
python-version: "3.11.2"
- name: Install dependencies
run: pip install -r requirements.txt