Skip to content

Commit 7b2d19c

Browse files
authored
Update azure-template to reflect py27 only updates (#24285)
1 parent ad4cc76 commit 7b2d19c

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

sdk/template/azure-template/setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

sdk/template/azure-template/setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
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(
@@ -65,9 +65,7 @@
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",

0 commit comments

Comments
 (0)