Update to Python 3.10 #2

This commit is contained in:
Yoshiko2
2022-11-24 20:48:50 +08:00
committed by GitHub
parent 2138f0fba1
commit 05376c1863

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |