Test on Python 3.10

“3.10” must be quoted or yaml will treat it as 3.1.
This commit is contained in:
Christian Clauss 2021-10-24 07:58:34 +02:00 committed by GitHub
parent 798ad6d14e
commit c064013b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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