Merge branch 'develop' into develop

This commit is contained in:
Bastian Schroll 2022-02-17 10:11:04 +01:00 committed by GitHub
commit 395cde25c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10.2]
runs-on: ${{matrix.os}}
steps: