We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dfcd3 commit cafb3f4Copy full SHA for cafb3f4
azure-devops/setup.py
@@ -47,7 +47,12 @@
47
classifiers=CLASSIFIERS,
48
packages=find_packages(),
49
include_package_data=True,
50
+<<<<<<< Updated upstream
51
python_requires=">=3.6",
52
long_description="""\
53
"""
54
+=======
55
+ python_requires=">=3.7",
56
+ long_description="Azure DevOps Python clients"
57
+>>>>>>> Stashed changes
58
)
0 commit comments