Skip to content

Commit 563e114

Browse files
Add Python 3.6 support back to Storage packages (Azure#22483)
1 parent bd60d4c commit 563e114

File tree

20 files changed

+25
-20
lines changed

20 files changed

+25
-20
lines changed

sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 12.0.0b4 (Unreleased)
44

5-
This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
5+
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
66

77
#### Features Added
88

sdk/storage/azure-storage-blob-changefeed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This preview package for Python enables users to get blob change feed events. Th
1212
## Getting started
1313

1414
### Prerequisites
15-
* Python 3.7 or later is required to use this package.
15+
* Python 3.6 or later is required to use this package.
1616
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
1717
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.
1818

sdk/storage/azure-storage-blob-changefeed/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Several Storage Blobs Python SDK samples are available to you in the SDK's GitHu
2222
* list events starting from a continuation token
2323

2424
## Prerequisites
25-
* Python 3.7 or later is required to use this package
25+
* Python 3.6 or later is required to use this package
2626
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2727
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples.
2828

sdk/storage/azure-storage-blob-changefeed/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'Programming Language :: Python',
6060
"Programming Language :: Python :: 3 :: Only",
6161
'Programming Language :: Python :: 3',
62+
'Programming Language :: Python :: 3.6',
6263
'Programming Language :: Python :: 3.7',
6364
'Programming Language :: Python :: 3.8',
6465
'Programming Language :: Python :: 3.9',
@@ -68,7 +69,7 @@
6869
packages=[
6970
'azure.storage.blob.changefeed',
7071
],
71-
python_requires=">=3.7",
72+
python_requires=">=3.6",
7273
install_requires=[
7374
"azure-storage-blob>=12.5.0,<13.0.0"
7475
],

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 12.10.0b3 (Unreleased)
44

5-
This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
5+
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
66

77
### Features Added
88

sdk/storage/azure-storage-blob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Blob storage is ideal for:
1818
## Getting started
1919

2020
### Prerequisites
21-
* Python 3.7 or later is required to use this package.
21+
* Python 3.6 or later is required to use this package.
2222
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2323
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
2424

sdk/storage/azure-storage-blob/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ get and set access policies:
8484
* Integrate blob with other Azure Services such as App Insights, and utilize it as a tool for data experimentation.
8585

8686
## Prerequisites
87-
* Python 3.7 or later is required to use this package
87+
* Python 3.6 or later is required to use this package
8888
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
8989
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples.
9090

sdk/storage/azure-storage-blob/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'Programming Language :: Python',
6060
"Programming Language :: Python :: 3 :: Only",
6161
'Programming Language :: Python :: 3',
62+
'Programming Language :: Python :: 3.6',
6263
'Programming Language :: Python :: 3.7',
6364
'Programming Language :: Python :: 3.8',
6465
'Programming Language :: Python :: 3.9',
@@ -73,7 +74,7 @@
7374
'tests.blob',
7475
'tests.common'
7576
]),
76-
python_requires=">=3.7",
77+
python_requires=">=3.6",
7778
install_requires=[
7879
"azure-core<2.0.0,>=1.11.0",
7980
"msrest>=0.6.21",

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 12.6.0b3 (Unreleased)
44

5-
This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
5+
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
66

77
### Features Added
88

sdk/storage/azure-storage-file-datalake/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
1515
## Getting started
1616

1717
### Prerequisites
18-
* Python 3.7 or later is required to use this package.
18+
* Python 3.6 or later is required to use this package.
1919
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2020
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.
2121

0 commit comments

Comments
 (0)