Update workflow python to 3.10 and allow any python3 version in tests (#4914)

This commit is contained in:
yubiuser 2022-09-17 16:13:48 +02:00 committed by GitHub
commit 7eff36b3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 8 deletions

View file

@ -51,10 +51,10 @@ jobs:
name: Checkout repository
uses: actions/checkout@v3.0.2
-
name: Set up Python 3.8
name: Set up Python 3.10
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
python-version: '3.10'
-
name: Install dependencies
run: pip install -r test/requirements.txt