diff --git a/python/setup.py b/python/setup.py index a07d16d1f9..ca5012b18a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -20,6 +20,7 @@ "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], # Include the separately-compiled shared library extras_require={"test": ["pytest", "pytest-xdist"]},