From fdf5d5913f092dfaa307ca6c769a2e190011cbd3 Mon Sep 17 00:00:00 2001 From: Steve Liu Date: Wed, 17 Jun 2026 18:35:52 -0700 Subject: [PATCH] Drop Python 3.9 support in Python SDK requirements Update the minimum supported Python version from 3.9 to 3.10 in the Python auto-instrumentation getting-started requirements, reflecting the drop of Python 3.9 support in the upcoming ADOT Python release. --- src/docs/getting-started/python-sdk/auto-instr.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/getting-started/python-sdk/auto-instr.mdx b/src/docs/getting-started/python-sdk/auto-instr.mdx index 4bf72c99a..57d5e035b 100644 --- a/src/docs/getting-started/python-sdk/auto-instr.mdx +++ b/src/docs/getting-started/python-sdk/auto-instr.mdx @@ -19,7 +19,7 @@ In this guide, we walk through the steps needed to trace an application and prod ## Requirements -Python versions 3.9 to 3.14 are required to run an application using OpenTelemetry. +Python versions 3.10 to 3.14 are required to run an application using OpenTelemetry. Note: You’ll also need to have the [ADOT Collector](https://aws-otel.github.io/docs/getting-started/collector) running to export traces and metrics.