Skip to content

Commit eaffcc8

Browse files
committed
update readme
1 parent 95713eb commit eaffcc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ AWS X-Ray supports using OpenTelemetry Python and the AWS Distro for OpenTelemet
77

88
If you want additional features when tracing your Python applications, please [open an issue on the OpenTelemetry Python Instrumentation repository](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/new?labels=feature-request&template=feature_request.md&title=X-Ray%20Compatible%20Feature%20Request).
99

10+
### :mega: Python Versions End-of-Support Notice
11+
12+
AWS X-Ray SDK for Python versions `>2.11.0` has dropped support for Python 2.7, 3.4, 3.5, and 3.6.
13+
1014
# AWS X-Ray SDK for Python
1115

1216
![Screenshot of the AWS X-Ray console](/images/example_servicemap.png?raw=true)
1317

1418
## Installing
1519

16-
The AWS X-Ray SDK for Python is compatible with Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9.
20+
The AWS X-Ray SDK for Python is compatible with Python 3.7, 3.8, 3.9, 3.10, and 3.11.
1721

1822
Install the SDK using the following command (the SDK's non-testing dependencies will be installed).
1923

0 commit comments

Comments
 (0)