From 7c97d30308f9950ffd97bfd73546715ab554fb0f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 10 Nov 2021 14:40:33 +0200 Subject: [PATCH] Declare support for Python 3.9 and 3.10 --- hypothesis-python/setup.py | 2 ++ 1 file changed, 2 insertions(+) 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",