aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-22 11:30:46 -0500
committerBobby <[email protected]>2022-12-22 11:30:46 -0500
commit589017b4680b4843c171120c127ba73e5f024ea7 (patch)
treefc42638bd2486775673bf7762b9750c5d28c5716 /setup.py
parent7ea5ae6ded1e4c5705d31932c49991d90d042947 (diff)
downloadedify-589017b4680b4843c171120c127ba73e5f024ea7.tar.xz
edify-589017b4680b4843c171120c127ba73e5f024ea7.zip
Add Support for Python 3.11
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4eeb084..e273e47 100755
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
# uncomment if you test on these interpreters: