diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fa156a82..8b997085 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
- 3.7
- 3.8
- 3.9
+ - "3.10"
mongo-version:
- 4.0
- 4.2
diff --git a/README.md b/README.md
index 91a2395d..9acbc42d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
@@ -47,7 +47,7 @@ Core features:
## Requirements
-**Python**: 3.7 and later (tested against 3.7, 3.8 and 3.9)
+**Python**: 3.7 and later (tested against 3.7, 3.8, 3.9 and 3.10)
**MongoDB**: 4.0 and later
diff --git a/pyproject.toml b/pyproject.toml
index fb2dea0f..0ec8fcdf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
]