Update Python version (#3602)

This commit is contained in:
Massimiliano Pippi 2022-11-21 10:16:47 +01:00 committed by GitHub
parent f85ead431a
commit 7e0aa82eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Python 3.8.10
uses: actions/setup-python@v4
with:
python-version: 3.8.10
python-version: '3.10'
- name: Install dependencies
run: |