diff --git a/hypothesis-python/setup.py b/hypothesis-python/setup.py index bf5242345b..5f5e82d1f0 100644 --- a/hypothesis-python/setup.py +++ b/hypothesis-python/setup.py @@ -117,6 +117,7 @@ def local_file(name): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Education :: Testing",