Update to Python 3.10

This commit is contained in:
Yoshiko2
2022-11-24 20:46:09 +08:00
committed by GitHub
parent e3cf6a24d5
commit 2138f0fba1

View File

@@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python 3.9
- name: Setup Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |