[Monitor Opentelemetry] Add 3.13 and 3.14 support#44550
Merged
hectorhdzg merged 6 commits intoAzure:mainfrom Jan 14, 2026
Merged
[Monitor Opentelemetry] Add 3.13 and 3.14 support#44550hectorhdzg merged 6 commits intoAzure:mainfrom
hectorhdzg merged 6 commits intoAzure:mainfrom
Conversation
lzchen
reviewed
Jan 5, 2026
Member
|
Is azure-sdk already testing 3.14? Could you link to it if so? |
lzchen
approved these changes
Jan 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Python 3.13 and 3.14 support to two Azure Monitor OpenTelemetry packages by updating package metadata and documentation.
Key Changes:
- Added Python 3.13 and 3.14 to PyPI classifiers in setup.py for both packages
- Updated CHANGELOG.md files to document the new version support
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/monitor/azure-monitor-opentelemetry/setup.py | Added Python 3.13 and 3.14 classifiers to package metadata |
| sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md | Documented Python 3.13 and 3.14 support in Other Changes section |
| sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py | Added Python 3.13 and 3.14 classifiers to package metadata |
| sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md | Documented Python 3.13 and 3.14 support in Other Changes section |
The changes in this PR are straightforward and consistent. Both packages already have python_requires=">=3.8" in their setup.py files, which is compatible with the newly declared Python 3.13 and 3.14 versions. The CHANGELOG entries are properly placed in the "Other Changes" section for the upcoming unreleased versions. No issues were identified with the proposed changes.
rads-1996
approved these changes
Jan 14, 2026
rads-1996
approved these changes
Jan 14, 2026
This was referenced Jan 27, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add support for Python 3.13 and 3.14 in azure-monitor-opentelemetry and azure-monitor-opentelemetry-exporter
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines