Skip to content

Commit 8e8a378

Browse files
dropping py3.5 (#17127)
* dropping py3.5 * fixed prereqs in readme
1 parent 6225ce7 commit 8e8a378

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/tables/azure-data-tables/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Release History
22

3-
## 12.0.0b5 (Unreleased)
3+
## 12.0.0b5 (2020-03-09)
4+
* This version and all future versions will require Python 2.7 or Python 3.6+, Python 3.5 is no longer supported.
45
* Adds SAS credential as an authentication option
56
* Bumps minimum requirement of `azure-core` to 1.10.0
67
* Bumped minimum requirement of msrest from `0.6.10` to `0.6.19`.

sdk/tables/azure-data-tables/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Azure Data Tables client can be used to access Azure Storage or Cosmos accou
1010
The Azure Data Tables SDK can access an Azure Storage or CosmosDB account.
1111

1212
### Prerequisites
13-
* Python 2.7, or 3.5 or later is required to use this package.
13+
* Python 2.7, or 3.6 or later is required to use this package.
1414
* You must have an [Azure subscription][azure_subscription] and either
1515
* an [Azure Storage account][azure_storage_account] or
1616
* an [Azure Cosmos Account][azure_cosmos_account].

sdk/tables/azure-data-tables/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'Programming Language :: Python :: 2',
6565
'Programming Language :: Python :: 2.7',
6666
'Programming Language :: Python :: 3',
67-
'Programming Language :: Python :: 3.5',
6867
'Programming Language :: Python :: 3.6',
6968
'Programming Language :: Python :: 3.7',
7069
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)