From 6fba0cddc1f7fc02b7c177793604ed438aac4395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Thu, 23 Nov 2023 09:12:26 -0600 Subject: [PATCH] Declare support for Python 3.12 in trove classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 60a6776..cec1986 100755 --- a/setup.py +++ b/setup.py @@ -240,6 +240,7 @@ def get_greenlet_version(): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries :: Python Modules' ],