File tree 3 files changed +3
-3
lines changed
sdk/tables/azure-data-tables
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
4
5
* Adds SAS credential as an authentication option
5
6
* Bumps minimum requirement of ` azure-core ` to 1.10.0
6
7
* Bumped minimum requirement of msrest from ` 0.6.10 ` to ` 0.6.19 ` .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The Azure Data Tables client can be used to access Azure Storage or Cosmos accou
10
10
The Azure Data Tables SDK can access an Azure Storage or CosmosDB account.
11
11
12
12
### 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.
14
14
* You must have an [ Azure subscription] [ azure_subscription ] and either
15
15
* an [ Azure Storage account] [ azure_storage_account ] or
16
16
* an [ Azure Cosmos Account] [ azure_cosmos_account ] .
Original file line number Diff line number Diff line change 64
64
'Programming Language :: Python :: 2' ,
65
65
'Programming Language :: Python :: 2.7' ,
66
66
'Programming Language :: Python :: 3' ,
67
- 'Programming Language :: Python :: 3.5' ,
68
67
'Programming Language :: Python :: 3.6' ,
69
68
'Programming Language :: Python :: 3.7' ,
70
69
'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments