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 1010
1111### Other Changes
1212
13+ - This version and all future versions will require Python 3.7+. Python 3.6 is no longer supported.
14+
1315## 1.0.0 (2022-06-07)
1416
1517### Breaking Changes
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.6 or later is required to use this package.
19+ * Python 3.7 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.6 or later is required to use this package
31+ * Python 3.7 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 4040 'Programming Language :: Python' ,
4141 "Programming Language :: Python :: 3 :: Only" ,
4242 'Programming Language :: Python :: 3' ,
43- 'Programming Language :: Python :: 3.6' ,
4443 'Programming Language :: Python :: 3.7' ,
4544 'Programming Language :: Python :: 3.8' ,
4645 'Programming Language :: Python :: 3.9' ,
5453 'azure.ai' ,
5554 'azure.ai.translation'
5655 ]),
57- python_requires = ">=3.6 " ,
56+ python_requires = ">=3.7 " ,
5857 install_requires = [
5958 "azure-core<2.0.0,>=1.14.0" ,
6059 "msrest>=0.6.21" ,
You can’t perform that action at this time.
0 commit comments