pythonpackage.yml: Add Python 3.10 to the testing

This commit is contained in:
Christian Clauss 2021-11-01 19:35:57 +01:00 committed by GitHub
parent 35382a98a7
commit 3de631abec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2.3.5