Skip to content

Commit 78e1967

Browse files
authored
Updated README to specify support for python versions 3.9+ since support for 3.8 was removed (#42464)
* Updated README to specify support for python versions 3.9+ since support for 3.8 was removed * Updated CHANGELOG
1 parent 41d503f commit 78e1967

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 1.6.14 (Unreleased)
44

55
### Features Added
6+
- Updated README to specify the python version supported by the distro.
7+
([#42464](https://github.com/Azure/azure-sdk-for-python/pull/42464))
68

79
### Breaking Changes
810

sdk/monitor/azure-monitor-opentelemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use this package, you must have:
4343
* Azure subscription - [Create a free account][azure_sub]
4444
* Azure Monitor - [How to use application insights][application_insights_namespace]
4545
* Opentelemetry SDK - [Opentelemetry SDK for Python][ot_sdk_python]
46-
* Python 3.8 or later - [Install Python][python]
46+
* Python 3.9 or later - [Install Python][python]
4747

4848
### Install the package
4949

0 commit comments

Comments
 (0)