add tests for python 3.10

This commit is contained in:
Glandos 2021-11-15 21:33:21 +01:00
parent 9bffe72607
commit 24faa9ba3a

View file

@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
dependencies: [normal]
database: [sqlite]
# Test other databases only with one version of Python (Debian buster has 3.7)
@ -60,6 +60,9 @@ jobs:
- python-version: 3.9
dependencies: minimal
database: sqlite
- python-version: 3.10
dependencies: minimal
database: sqlite
steps:
- uses: actions/checkout@v2