Skip to content

Commit e350e5d

Browse files
Merge pull request #264701 from KennedyDenMSFT/US202593-2
User Story 202593 - Rolled back premature Python version support
2 parents f5113f1 + d2d3cca commit e350e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow the steps in this section to instrument your application with OpenTelemet
5454

5555
### [Python](#tab/python)
5656

57-
- Python Application using Python 3.8+
57+
- Python Application using Python 3.7+
5858

5959
---
6060

articles/azure-monitor/app/opentelemetry-python-opencensus-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ page to onboard onto the Azure Monitor OpenTelemetry Distro.
6666

6767
The following changes and limitations may be encountered when migrating from OpenCensus to OpenTelemetry.
6868

69-
### Python < 3.8 support
69+
### Python < 3.7 support
7070

71-
OpenTelemetry's Python-based monitoring solutions only support Python 3.8 and greater, excluding the previously supported Python versions 2.7, 3.4, 3.5, 3.6, and 3.7 from OpenCensus. We suggest upgrading for users who are on the older versions of Python since, as of writing this document, those versions have already reached [end of life](https://devguide.python.org/versions/). Users who are adamant about not upgrading may still use the OpenTelemetry solutions, but may find unexpected or breaking behavior that is unsupported. In any case, the last supported version of [opencensus-ext-azure](https://pypi.org/project/opencensus-ext-azure/) always exists, and stills work for those versions, but no new releases are made for that project.
71+
OpenTelemetry's Python-based monitoring solutions only support Python 3.7 and greater, excluding the previously supported Python versions 2.7, 3.4, 3.5, and 3.6 from OpenCensus. We suggest upgrading for users who are on the older versions of Python since, as of writing this document, those versions have already reached [end of life](https://devguide.python.org/versions/). Users who are adamant about not upgrading may still use the OpenTelemetry solutions, but may find unexpected or breaking behavior that is unsupported. In any case, the last supported version of [opencensus-ext-azure](https://pypi.org/project/opencensus-ext-azure/) always exists, and stills work for those versions, but no new releases are made for that project.
7272

7373
### Configurations
7474

0 commit comments

Comments
 (0)