Merge pull request #2 from OS-TA-2023S/main

Main
This commit is contained in:
Lu Jun 2023-02-17 10:37:52 +08:00 committed by GitHub
commit eb8f3d3409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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