From a53b893c46453f35decc8c145c138671cee6140c 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 027146ba..d424b635 100644 --- a/setup.py +++ b/setup.py @@ -95,6 +95,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",