Merge pull request #694 from cclauss/patch-1

pythonpackage.yml: Add Python 3.10 to the testing
This commit is contained in:
Brian May 2021-11-02 16:59:58 +11:00 committed by GitHub
commit b7800dadda
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