From 741afa596dd1d3f8f7441470aa85eef69b1354ee Mon Sep 17 00:00:00 2001 From: azuresdkci Date: Mon, 10 Sep 2018 22:46:07 +0000 Subject: [PATCH] Packaging update of azure-mgmt-compute --- azure-mgmt-compute/README.rst | 2 +- azure-mgmt-compute/setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-mgmt-compute/README.rst b/azure-mgmt-compute/README.rst index cc57dfa74240..9657f86d6862 100644 --- a/azure-mgmt-compute/README.rst +++ b/azure-mgmt-compute/README.rst @@ -6,7 +6,7 @@ This is the Microsoft Azure Compute Management Client Library. Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM). -This package has been tested with Python 2.7, 3.4, 3.5 and 3.6. +This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For the older Azure Service Management (ASM) libraries, see `azure-servicemanagement-legacy `__ library. diff --git a/azure-mgmt-compute/setup.py b/azure-mgmt-compute/setup.py index 496fd34c6324..090ca2ca4a52 100644 --- a/azure-mgmt-compute/setup.py +++ b/azure-mgmt-compute/setup.py @@ -72,14 +72,15 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'License :: OSI Approved :: MIT License', ], zip_safe=False, packages=find_packages(exclude=["tests"]), install_requires=[ 'msrest>=0.5.0', - 'msrestazure>=0.4.27,<2.0.0', - 'azure-common~=1.1,>=1.1.9', + 'msrestazure>=0.4.32,<2.0.0', + 'azure-common~=1.1', ], cmdclass=cmdclass )