File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
sdk/translation/azure-ai-translation-document Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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' ,
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" ,
You can’t perform that action at this time.
0 commit comments