diff --git a/setup.py b/setup.py index 4a8bc117..6461ca11 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="Office365-REST-Python-Client", - version="2.4.2", + version="2.4.3", author="Vadim Gremyachev", author_email="vvgrem@gmail.com", maintainer="Konrad GÄ…dek, Domenico Di Nicola", @@ -42,7 +42,8 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11' ], packages=setuptools.find_packages(exclude=['tests', 'tests.*', 'generator', 'generator.*',