Bump python version to 3.10 (#333)

* Bump python version to 3.10

* Fix python version in CI config

* Bump to python 3.10.6
This commit is contained in:
Sascha Ißbrücker
2022-09-04 10:05:29 +02:00
committed by GitHub
parent 38f4dd2bea
commit 3aca790212
5 changed files with 5 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: "3.10"
- name: Set up Node
uses: actions/setup-node@v2
with: