From 8f4dfd425d40b72316ed13b0c7ede109395ae0a7 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 6 Nov 2023 13:02:29 +0100 Subject: [PATCH] Add support for Python 3.12 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 28ddb856..15ef1602 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ def read(path): '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 :: Database'