From 102ecd784c0571f07959e52798b2188918bdc953 Mon Sep 17 00:00:00 2001 From: tooptoop4 <33283496+tooptoop4@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:40:42 +1000 Subject: [PATCH] Add python 3.11 to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 57ad9e66..8c08b8e9 100644 --- a/setup.py +++ b/setup.py @@ -95,6 +95,7 @@ def read(fname): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: System :: Distributed Computing', 'Topic :: Database :: Front-Ends', ],