From fac2aa5ca890b0be80724024b84c84bff884c7ed Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 7 Aug 2024 11:18:21 +0400 Subject: [PATCH] add python 3.11 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f368b71..5573fca 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setuptools.setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Intended Audience :: Science/Research', 'Intended Audience :: Developers', 'Intended Audience :: Education',