We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b603f5 commit bfcd8d3Copy full SHA for bfcd8d3
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="Office365-REST-Python-Client",
13
- version="2.4.2",
+ version="2.4.3",
14
author="Vadim Gremyachev",
15
author_email="[email protected]",
16
maintainer="Konrad Gądek, Domenico Di Nicola",
@@ -42,7 +42,8 @@
42
'Programming Language :: Python :: 3.7',
43
'Programming Language :: Python :: 3.8',
44
'Programming Language :: Python :: 3.9',
45
- 'Programming Language :: Python :: 3.10'
+ 'Programming Language :: Python :: 3.10',
46
+ 'Programming Language :: Python :: 3.11'
47
],
48
packages=setuptools.find_packages(exclude=['tests', 'tests.*',
49
'generator', 'generator.*',
0 commit comments