From 39624425e3c604ae70da93e4e2ff6c7ad64eba13 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Sun, 26 Nov 2023 23:12:09 -0800 Subject: [PATCH] Note we support 3.12 now --- hypothesis-python/setup.py | 1 + 1 file changed, 1 insertion(+) 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",