diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md index c3b5c32cc7af..d04d332657d2 100644 --- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md @@ -2,7 +2,7 @@ ### 12.0.0b4 (Unreleased) -This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported. +This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported. #### Features Added diff --git a/sdk/storage/azure-storage-blob-changefeed/README.md b/sdk/storage/azure-storage-blob-changefeed/README.md index 99909d64a228..d3f3082e8857 100644 --- a/sdk/storage/azure-storage-blob-changefeed/README.md +++ b/sdk/storage/azure-storage-blob-changefeed/README.md @@ -12,7 +12,7 @@ This preview package for Python enables users to get blob change feed events. Th ## Getting started ### Prerequisites -* Python 3.7 or later is required to use this package. +* Python 3.6 or later is required to use this package. * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package. diff --git a/sdk/storage/azure-storage-blob-changefeed/samples/README.md b/sdk/storage/azure-storage-blob-changefeed/samples/README.md index a74e651e070d..c819a59f236e 100644 --- a/sdk/storage/azure-storage-blob-changefeed/samples/README.md +++ b/sdk/storage/azure-storage-blob-changefeed/samples/README.md @@ -22,7 +22,7 @@ Several Storage Blobs Python SDK samples are available to you in the SDK's GitHu * list events starting from a continuation token ## Prerequisites -* Python 3.7 or later is required to use this package +* Python 3.6 or later is required to use this package * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples. diff --git a/sdk/storage/azure-storage-blob-changefeed/setup.py b/sdk/storage/azure-storage-blob-changefeed/setup.py index a87123e4bcdb..6913f6aae6c1 100644 --- a/sdk/storage/azure-storage-blob-changefeed/setup.py +++ b/sdk/storage/azure-storage-blob-changefeed/setup.py @@ -59,6 +59,7 @@ 'Programming Language :: Python', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -68,7 +69,7 @@ packages=[ 'azure.storage.blob.changefeed', ], - python_requires=">=3.7", + python_requires=">=3.6", install_requires=[ "azure-storage-blob>=12.5.0,<13.0.0" ], diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 90f572b928db..46216abaccd8 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -2,7 +2,7 @@ ## 12.10.0b3 (Unreleased) -This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported. +This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported. ### Features Added diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 69c72d9db637..807d1fb3ca57 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -18,7 +18,7 @@ Blob storage is ideal for: ## Getting started ### Prerequisites -* Python 3.7 or later is required to use this package. +* Python 3.6 or later is required to use this package. * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package. diff --git a/sdk/storage/azure-storage-blob/samples/README.md b/sdk/storage/azure-storage-blob/samples/README.md index 15632b9c6449..9aad111e4d33 100644 --- a/sdk/storage/azure-storage-blob/samples/README.md +++ b/sdk/storage/azure-storage-blob/samples/README.md @@ -84,7 +84,7 @@ get and set access policies: * Integrate blob with other Azure Services such as App Insights, and utilize it as a tool for data experimentation. ## Prerequisites -* Python 3.7 or later is required to use this package +* Python 3.6 or later is required to use this package * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples. diff --git a/sdk/storage/azure-storage-blob/setup.py b/sdk/storage/azure-storage-blob/setup.py index 5b1deea50131..c2b4142e3d4d 100644 --- a/sdk/storage/azure-storage-blob/setup.py +++ b/sdk/storage/azure-storage-blob/setup.py @@ -59,6 +59,7 @@ 'Programming Language :: Python', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -73,7 +74,7 @@ 'tests.blob', 'tests.common' ]), - python_requires=">=3.7", + python_requires=">=3.6", install_requires=[ "azure-core<2.0.0,>=1.11.0", "msrest>=0.6.21", diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index 9454b792c0d6..7f5079bed64c 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -2,7 +2,7 @@ ## 12.6.0b3 (Unreleased) -This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported. +This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported. ### Features Added diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index 62866625d8fe..36a0a2a3668a 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -15,7 +15,7 @@ This preview package for Python includes ADLS Gen2 specific API support made ava ## Getting started ### Prerequisites -* Python 3.7 or later is required to use this package. +* Python 3.6 or later is required to use this package. * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package. diff --git a/sdk/storage/azure-storage-file-datalake/samples/README.md b/sdk/storage/azure-storage-file-datalake/samples/README.md index 428500ff2ad2..165524cabce5 100644 --- a/sdk/storage/azure-storage-file-datalake/samples/README.md +++ b/sdk/storage/azure-storage-file-datalake/samples/README.md @@ -38,7 +38,7 @@ Several DataLake Storage Python SDK samples are available to you in the SDK's Gi * Delete file system ## Prerequisites -* Python 3.7 later is required to use this package +* Python 3.6 later is required to use this package * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to run these samples. diff --git a/sdk/storage/azure-storage-file-datalake/setup.py b/sdk/storage/azure-storage-file-datalake/setup.py index 31d97401681d..5df1f5591676 100644 --- a/sdk/storage/azure-storage-file-datalake/setup.py +++ b/sdk/storage/azure-storage-file-datalake/setup.py @@ -60,6 +60,7 @@ 'Programming Language :: Python', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -72,7 +73,7 @@ 'azure.storage', 'tests', ]), - python_requires=">=3.7", + python_requires=">=3.6", install_requires=[ "azure-core<2.0.0,>=1.11.0", "msrest>=0.6.21", diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 9d7bdc2f463c..72fe4946d36a 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -2,7 +2,7 @@ ## 12.7.0b2 (Unreleased) -This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported. +This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported. ### Features Added diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index 029b6ee72fff..7c77392e55dd 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -15,7 +15,7 @@ Azure file shares can be used to: ## Getting started ### Prerequisites -* Python 3.7 or later is required to use this package. +* Python 3.6 or later is required to use this package. * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package. diff --git a/sdk/storage/azure-storage-file-share/samples/README.md b/sdk/storage/azure-storage-file-share/samples/README.md index 1d0ea05cd83a..6d685fec75ad 100644 --- a/sdk/storage/azure-storage-file-share/samples/README.md +++ b/sdk/storage/azure-storage-file-share/samples/README.md @@ -45,7 +45,7 @@ with file shares. * Copy a file from a URL ## Prerequisites -* Python 3.7 or later is required to use this package +* Python 3.6 or later is required to use this package * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples. diff --git a/sdk/storage/azure-storage-file-share/setup.py b/sdk/storage/azure-storage-file-share/setup.py index 762bd4294498..e163be0b0b74 100644 --- a/sdk/storage/azure-storage-file-share/setup.py +++ b/sdk/storage/azure-storage-file-share/setup.py @@ -48,6 +48,7 @@ 'Programming Language :: Python', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -60,7 +61,7 @@ 'azure.storage', 'tests', ]), - python_requires=">=3.7", + python_requires=">=3.6", install_requires=[ "azure-core<2.0.0,>=1.11.0", "msrest>=0.6.21", diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index 112c81b731a3..33f3a9970a2e 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -2,7 +2,7 @@ ## 12.2.0b1 (Unreleased) -This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported. +This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported. ### Features Added diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index 82ec8c474473..b6dfe01fe713 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -15,7 +15,7 @@ Common uses of Queue storage include: ## Getting started ### Prerequisites -* Python 3.7 or later is required to use this package. +* Python 3.6 or later is required to use this package. * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package. diff --git a/sdk/storage/azure-storage-queue/samples/README.md b/sdk/storage/azure-storage-queue/samples/README.md index 0261be8846c8..3121ed5b2741 100644 --- a/sdk/storage/azure-storage-queue/samples/README.md +++ b/sdk/storage/azure-storage-queue/samples/README.md @@ -47,7 +47,7 @@ with queues. * Enabling the logger for the service and printing any logging messages ## Prerequisites -* Python 3.7 or later is required to use this package +* Python 3.6 or later is required to use this package * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples. diff --git a/sdk/storage/azure-storage-queue/setup.py b/sdk/storage/azure-storage-queue/setup.py index 0a01da9816ba..e35f56229080 100644 --- a/sdk/storage/azure-storage-queue/setup.py +++ b/sdk/storage/azure-storage-queue/setup.py @@ -49,6 +49,7 @@ 'Programming Language :: Python', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -63,7 +64,7 @@ 'tests.queue', 'tests.common' ]), - python_requires=">=3.7", + python_requires=">=3.6", install_requires=[ "azure-core<2.0.0,>=1.11.0", "msrest>=0.6.18",