Test Python 3.10 final

This commit is contained in:
Hugo van Kemenade 2021-11-10 22:59:22 +02:00 committed by GitHub
parent d63f68b104
commit 26ad9aef80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta - 3.10', 'pypy-3.8']
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy-3.8']
steps:
- uses: actions/checkout@v2