From 829703218fcba00b8b7929615fe53e9c65df1cb9 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Mon, 6 Mar 2023 16:01:19 -0500 Subject: [PATCH] Add Python 3.11 classifier (#2028) Thanks, @dtrodrigues --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b49231e2..a6f41456 100644 --- a/setup.py +++ b/setup.py @@ -96,6 +96,7 @@ setup( "Intended Audience :: End Users/Desktop", "Topic :: Database", "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.8",