Enable Actions on Python 3.10

This commit is contained in:
Dan 2021-10-11 14:31:00 +02:00 committed by GitHub
parent 2265d282f5
commit e27f30dade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 3.6, 3.7, 3.8, 3.9 ] python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2