File tree Expand file tree Collapse file tree
sdk/template/azure-template Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343 classifiers = [
4444 "Development Status :: 4 - Beta" ,
4545 "Programming Language :: Python" ,
46- "Programming Language :: Python :: 2" ,
47- "Programming Language :: Python :: 2.7" ,
46+ "Programming Language :: Python :: 3 :: Only" ,
4847 "Programming Language :: Python :: 3" ,
4948 "Programming Language :: Python :: 3.6" ,
5049 "Programming Language :: Python :: 3.7" ,
5150 "Programming Language :: Python :: 3.8" ,
5251 "Programming Language :: Python :: 3.9" ,
52+ "Programming Language :: Python :: 3.10" ,
5353 "License :: OSI Approved :: MIT License" ,
5454 ],
5555 packages = find_packages (
6565 install_requires = [
6666 "azure-core<2.0.0,>=1.10.0" ,
6767 ],
68- extras_require = {
69- ":python_version<'3.0'" : ["azure-nspkg" ],
70- },
68+ python_requires = ">=3.6" ,
7169 project_urls = {
7270 "Bug Reports" : "https://github.com/Azure/azure-sdk-for-python/issues" ,
7371 "Source" : "https://github.com/Azure/azure-sdk-python" ,
You can’t perform that action at this time.
0 commit comments