switch python to 3.10.2

This commit is contained in:
Ace
2022-02-06 21:31:43 +01:00
committed by GitHub
parent 552744bc5d
commit 6d30060048

View File

@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9.9
- name: Set up Python 3.10.2
uses: actions/setup-python@v1
with:
python-version: 3.9.9
python-version: 3.10.2
- name: Clone repo
run: |