Skip to content

Commit 76eaf34

Browse files
authored
[Monitor Opentelemetry] Add 3.13 and 3.14 support (#44550)
* Add 3.13 and 3.14 support * update changelog * Add pr in changelog
1 parent 00dec12 commit 76eaf34

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
### Other Changes
1212

13+
- Declare support for Python 3.13 and 3.14
14+
([#44550](https://github.com/Azure/azure-sdk-for-python/pull/44550))
15+
1316
## 1.0.0b46 (2025-12-04)
1417

1518
### Breaking Changes

sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"Programming Language :: Python :: 3.10",
6464
"Programming Language :: Python :: 3.11",
6565
"Programming Language :: Python :: 3.12",
66+
"Programming Language :: Python :: 3.13",
67+
"Programming Language :: Python :: 3.14",
6668
"License :: OSI Approved :: MIT License",
6769
],
6870
zip_safe=False,

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
### Bugs Fixed
1010

11-
### Other Changes
11+
### Other Changes
12+
13+
- Declare support for Python 3.13 and 3.14
14+
([#44550](https://github.com/Azure/azure-sdk-for-python/pull/44550))
1215

1316
## 1.8.4 (2026-01-13)
1417

sdk/monitor/azure-monitor-opentelemetry/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"Programming Language :: Python :: 3.10",
6363
"Programming Language :: Python :: 3.11",
6464
"Programming Language :: Python :: 3.12",
65+
"Programming Language :: Python :: 3.13",
66+
"Programming Language :: Python :: 3.14",
6567
"License :: OSI Approved :: MIT License",
6668
],
6769
zip_safe=False,

0 commit comments

Comments
 (0)