Skip to content

Commit 5c112f8

Browse files
Update minimum supported Python version to 3.9 (open-telemetry#7253)
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent 58e6917 commit 5c112f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/languages/python/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 22
1111

1212
## Version support
1313

14-
OpenTelemetry-Python supports Python 3.8 and higher.
14+
OpenTelemetry-Python supports Python 3.9 and higher.
1515

1616
## Installation
1717

content/en/docs/platforms/faas/lambda-auto-instrument.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ about supported JavaScript and Node.js versions, see the
7676

7777
{{% /tab %}} {{% tab Python %}}
7878

79-
The Lambda layer supports Python 3.8 and Python 3.9 Lambda runtimes. For more
80-
information about supported Python versions, see the
79+
The Lambda layer supports Python 3.9+ Lambda runtimes. For more information
80+
about supported Python versions, see the
8181
[OpenTelemetry Python documentation](https://github.com/open-telemetry/opentelemetry-python/blob/main/README.md#supported-runtimes)
8282
and the package on [PyPi](https://pypi.org/project/opentelemetry-api/).
8383

0 commit comments

Comments
 (0)