diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 454af4e12d90..5da51f8eef67 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 12.0.0b5 (Unreleased) +## 12.0.0b5 (2020-03-09) +* This version and all future versions will require Python 2.7 or Python 3.6+, Python 3.5 is no longer supported. * Adds SAS credential as an authentication option * Bumps minimum requirement of `azure-core` to 1.10.0 * Bumped minimum requirement of msrest from `0.6.10` to `0.6.19`. diff --git a/sdk/tables/azure-data-tables/README.md b/sdk/tables/azure-data-tables/README.md index 17a7c43d04d0..cb74bacf5fc6 100644 --- a/sdk/tables/azure-data-tables/README.md +++ b/sdk/tables/azure-data-tables/README.md @@ -10,7 +10,7 @@ The Azure Data Tables client can be used to access Azure Storage or Cosmos accou The Azure Data Tables SDK can access an Azure Storage or CosmosDB account. ### Prerequisites -* Python 2.7, or 3.5 or later is required to use this package. +* Python 2.7, or 3.6 or later is required to use this package. * You must have an [Azure subscription][azure_subscription] and either * an [Azure Storage account][azure_storage_account] or * an [Azure Cosmos Account][azure_cosmos_account]. diff --git a/sdk/tables/azure-data-tables/setup.py b/sdk/tables/azure-data-tables/setup.py index dbe6dc037249..e36d8076a466 100644 --- a/sdk/tables/azure-data-tables/setup.py +++ b/sdk/tables/azure-data-tables/setup.py @@ -64,7 +64,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',