Skip to content

Commit f467326

Browse files
authored
Remove support for python version 3.9 exporter (#46694)
* Remove support for python version 3.9 * Update CHANGELOG * Update CHANGELOG
1 parent 217b8a8 commit f467326

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
([#46613](https://github.com/Azure/azure-sdk-for-python/pull/46613))
1010

1111
### Breaking Changes
12+
- Dropped support for Python 3.9. This package now supports Python 3.10+. [Follows upstream otel dropping support](https://github.com/open-telemetry/opentelemetry-python/pull/5076)
13+
([#46694](https://github.com/Azure/azure-sdk-for-python/pull/46694))
1214

1315
### Bugs Fixed
1416
- Fix `success` field on HTTP request telemetry resolving to an integer instead of a boolean when no status code is present

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use this package, you must have:
2323
* Azure subscription - [Create a free account][azure_sub]
2424
* Azure Monitor - [How to use application insights][application_insights_namespace]
2525
* OpenTelemetry SDK - [OpenTelemetry SDK for Python][ot_sdk_python]
26-
* Python 3.8 or later - [Install Python][python]
26+
* Python 3.10 or later - [Install Python][python]
2727

2828
### Instantiate the client
2929

sdk/monitor/azure-monitor-opentelemetry-exporter/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
../../core/azure-core
33
../../core/azure-core-tracing-opentelemetry
44
../../identity/azure-identity
5-
aiohttp>=3.0; python_version >= '3.7'
5+
aiohttp>=3.0; python_version >= '3.10'
66
fixedint<1.0.0,>=0.1.6

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"Development Status :: 4 - Beta",
6060
"Programming Language :: Python",
6161
"Programming Language :: Python :: 3",
62-
"Programming Language :: Python :: 3.9",
6362
"Programming Language :: Python :: 3.10",
6463
"Programming Language :: Python :: 3.11",
6564
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)