Skip to content

Commit 53fb29f

Browse files
[metricsadvisor] drop support for 3.6 (Azure#25168) (Azure#25814)
* [metricsadvisor] drop support for 3.6 (Azure#25168) * Update CHANGELOG.md * Update CHANGELOG.md * Update README.md * Update sdk/metricsadvisor/azure-ai-metricsadvisor/CHANGELOG.md Co-authored-by: Krista Pratico <krpratic@microsoft.com> * Update README.md Co-authored-by: Krista Pratico <krpratic@microsoft.com>
1 parent 3595cb1 commit 53fb29f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

sdk/metricsadvisor/azure-ai-metricsadvisor/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 is no longer supported. Please use Python version 3.6 or later.
12+
- This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
1313

1414
## 1.0.0 (2021-07-06)
1515

sdk/metricsadvisor/azure-ai-metricsadvisor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install azure-ai-metricsadvisor
2424

2525
### Prerequisites
2626

27-
* Python 3.6 or later is required to use this package.
27+
* Python 3.7 or later is required to use this package.
2828
* You need an [Azure subscription][azure_sub], and a [Metrics Advisor serivce][ma_service] to use this package.
2929

3030
### Authenticate the client

sdk/metricsadvisor/azure-ai-metricsadvisor/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These code samples show common scenario operations with the Azure Metrics Adviso
2727

2828
## Prerequisites
2929

30-
* Python 3.6 or later is required to use this package
30+
* Python 3.7 or later is required to use this package
3131
* You must have an [Azure subscription][azure_subscription] and an
3232
[Azure Metrics Advisor account][portal_metrics_advisor_account] to run these samples.
3333

sdk/metricsadvisor/azure-ai-metricsadvisor/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
'Programming Language :: Python',
5050
"Programming Language :: Python :: 3 :: Only",
5151
'Programming Language :: Python :: 3',
52-
"Programming Language :: Python :: 3.6",
5352
'Programming Language :: Python :: 3.7',
5453
'Programming Language :: Python :: 3.8',
5554
'Programming Language :: Python :: 3.9',
@@ -63,7 +62,7 @@
6362
'azure',
6463
'azure.ai',
6564
]),
66-
python_requires=">=3.6",
65+
python_requires=">=3.7",
6766
install_requires=[
6867
"azure-core<2.0.0,>=1.23.0",
6968
"msrest>=0.6.21",

0 commit comments

Comments
 (0)