There was an error while loading. Please reload this page.
1 parent 8bfe26d commit f34d2bfCopy full SHA for f34d2bf
azure-devops/setup.py
@@ -25,7 +25,6 @@
25
'Intended Audience :: System Administrators',
26
'Programming Language :: Python',
27
'Programming Language :: Python :: 3',
28
- 'Programming Language :: Python :: 3.6',
29
'Programming Language :: Python :: 3.7',
30
'Programming Language :: Python :: 3.8',
31
'Programming Language :: Python :: 3.9',
@@ -47,7 +46,7 @@
47
46
classifiers=CLASSIFIERS,
48
packages=find_packages(),
49
include_package_data=True,
50
- python_requires=">=3.6",
+ python_requires=">=3.7",
51
long_description="""\
52
"""
53
)
0 commit comments