Skip to content

Commit bfcd8d3

Browse files
committed
2.4.3 release
1 parent 2b603f5 commit bfcd8d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="Office365-REST-Python-Client",
13-
version="2.4.2",
13+
version="2.4.3",
1414
author="Vadim Gremyachev",
1515
author_email="[email protected]",
1616
maintainer="Konrad Gądek, Domenico Di Nicola",
@@ -42,7 +42,8 @@
4242
'Programming Language :: Python :: 3.7',
4343
'Programming Language :: Python :: 3.8',
4444
'Programming Language :: Python :: 3.9',
45-
'Programming Language :: Python :: 3.10'
45+
'Programming Language :: Python :: 3.10',
46+
'Programming Language :: Python :: 3.11'
4647
],
4748
packages=setuptools.find_packages(exclude=['tests', 'tests.*',
4849
'generator', 'generator.*',

0 commit comments

Comments
 (0)