summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2022-11-11 19:31:41 +0100
committerGitHub <noreply@github.com>2022-11-11 10:31:41 -0800
commitfa054a5546d33ed34586513f71f371f81ef6ecfd (patch)
tree93266a54f7658844d3dff8a1c4a576f851839f50 /setup.py
parent431c256567499c81b72f379e69d3de563f516582 (diff)
add python 3.11 support (#1356)
* add python 3.11 support * use beta version * Python 11 is available. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dbee0a6b..cfdf3e1c 100644
--- a/setup.py
+++ b/setup.py
@@ -66,6 +66,7 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: SQL",
"Topic :: Database",
"Topic :: Database :: Front-Ends",