Skip to content

Commit 79b0dbb

Browse files
add back py3.6 (Azure#22478)
1 parent 563e114 commit 79b0dbb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

sdk/translation/azure-ai-translation-document/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
### Bugs Fixed
1010

1111
### Other Changes
12-
- Python 2.7 and 3.6 are no longer supported. Please use Python version 3.7 or later.
12+
- Python 2.7 is no longer supported. Please use Python version 3.6 or later.
1313

1414
## 1.0.0b5 (2021-09-08)
1515

sdk/translation/azure-ai-translation-document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1616
## Getting started
1717

1818
### Prerequisites
19-
* Python 3.7 or later is required to use this package.
19+
* Python 3.6 or later is required to use this package.
2020
* You must have an [Azure subscription][azure_subscription] and a
2121
[Translator resource][DT_resource] to use this package.
2222

sdk/translation/azure-ai-translation-document/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These sample programs show common scenarios for the Document Translation client'
2828

2929

3030
## Prerequisites
31-
* Python 3.7 or later is required to use this package
31+
* Python 3.6 or later is required to use this package
3232
* You must have an [Azure subscription][azure_subscription] and an
3333
[Azure Translator account][azure_document_translation_account] to run these samples.
3434

sdk/translation/azure-ai-translation-document/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'Programming Language :: Python',
4040
"Programming Language :: Python :: 3 :: Only",
4141
'Programming Language :: Python :: 3',
42+
'Programming Language :: Python :: 3.6',
4243
'Programming Language :: Python :: 3.7',
4344
'Programming Language :: Python :: 3.8',
4445
'Programming Language :: Python :: 3.9',
@@ -52,7 +53,7 @@
5253
'azure.ai',
5354
'azure.ai.translation'
5455
]),
55-
python_requires=">=3.7",
56+
python_requires=">=3.6",
5657
install_requires=[
5758
"azure-core<2.0.0,>=1.14.0",
5859
"msrest>=0.6.21",

0 commit comments

Comments
 (0)