Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/getting-started/python-sdk/auto-instr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.13 are required to run an application using OpenTelemetry.
Python versions 3.9 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.

Expand Down
Loading