diff --git a/hypothesis-python/setup.py b/hypothesis-python/setup.py index 9cc84dc61b..32a5817bfd 100644 --- a/hypothesis-python/setup.py +++ b/hypothesis-python/setup.py @@ -121,6 +121,8 @@ def local_file(name): "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Education :: Testing",