test against python 3.10

This commit is contained in:
Maciej Urbanski
2021-10-24 18:11:29 +02:00
parent 811dc12db5
commit 4b643ad01f
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
MONGODB: [$MONGODB_4_0]
PYMONGO: [$PYMONGO_3_11]
include: