-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Monitor Opentelemetry] Add 3.13 and 3.14 support #44550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| ### Other Changes | ||
|
|
||
| - Declare support for Python 3.13 and 3.14. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: PR number.
|
Is azure-sdk already testing 3.14? Could you link to it if so? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
JacksonWeber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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