File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
sdk/search/azure-search-documents Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010
1111### Other Changes
1212
13- - Python 2.7 and 3.6 are no longer supported. Please use Python version 3.7 or later.
13+ - Python 2.7 is no longer supported. Please use Python version 3.6 or later.
1414
1515## 11.3.0b6 (2021-11-19)
1616
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pip install azure-search-documents
5656
5757### Prerequisites
5858
59- * Python 3.7 or later is required to use this package.
59+ * Python 3.6 or later is required to use this package.
6060* You need an [ Azure subscription] [ azure_sub ] and a
6161[ Azure Cognitive Search service] [ search_resource ] to use this package.
6262
Original file line number Diff line number Diff line change 4545 'Programming Language :: Python' ,
4646 'Programming Language :: Python :: 3 :: Only' ,
4747 'Programming Language :: Python :: 3' ,
48+ 'Programming Language :: Python :: 3.6' ,
4849 'Programming Language :: Python :: 3.7' ,
4950 'Programming Language :: Python :: 3.8' ,
5051 'Programming Language :: Python :: 3.9' ,
5960 'azure' ,
6061 'azure.search' ,
6162 ]),
62- python_requires = ">=3.7 " ,
63+ python_requires = ">=3.6 " ,
6364 install_requires = [
6465 "azure-core<2.0.0,>=1.19.0" ,
6566 "msrest>=0.6.21" ,
You can’t perform that action at this time.
0 commit comments