From 4e6a845d1b1e77a3c398fb14e16fcc75a2dec977 Mon Sep 17 00:00:00 2001 From: Saumyaranjan Nayak Date: Tue, 4 Aug 2026 17:34:20 +0530 Subject: [PATCH] docs: remove spurious article in Python Version Support section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 278016c3768..4c4aec38fd3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Python SDK, see the [documentation](https://opentelemetry.io/docs/languages/pyth ## Python Version Support -This project ensures compatibility with the current supported versions of the Python. As new Python versions are released, support for them is added and +This project ensures compatibility with the current supported versions of Python. As new Python versions are released, support for them is added and as old Python versions reach their end of life, support for them is removed. We add support for new Python versions no later than 3 months after they become stable.