From 17b0538299f492158858d6042303d6378590459a Mon Sep 17 00:00:00 2001
From: Venus Parfait <70839827+vparfait@users.noreply.github.com>
Date: Thu, 30 Jul 2026 11:50:33 +1000
Subject: [PATCH] Update support level formatting in Python compatibility doc
Employee pointed out formatting bug
---
content/en/tracing/trace_collection/compatibility/python.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/en/tracing/trace_collection/compatibility/python.md b/content/en/tracing/trace_collection/compatibility/python.md
index d331e53f825..30c894b191a 100644
--- a/content/en/tracing/trace_collection/compatibility/python.md
+++ b/content/en/tracing/trace_collection/compatibility/python.md
@@ -25,9 +25,9 @@ Support levels are defined by the following:
| Support Level | Support Provided | Lifecycle Timeline |
| :--- | :--- | :--- |
-| **General Availability (GA)** |
New features and enhancementsAll bug and security fixes (on the latest minor release)Critical fixes backported (to the 3 most recent minor releases) | A major version is in GA for **12 months** following its initial `x.0.0` release. |
-| **Maintenance** | Critical security and bug fixes only | A major version enters Maintenance **12 months** after its initial release and remains for **6 months**. |
-| **End of Life (EOL)** | No updates or support | A major version becomes EOL **18 months** after its initial `x.0.0` release. |
+| **General Availability (GA)** | - New features and enhancements
- All bug and security fixes (on the latest minor release)
- Critical fixes backported (to the 3 most recent minor releases)
| A major version is in GA for **12 months** following its initial `x.0.0` release. |
+| **Maintenance** | - Critical security and bug fixes only
| A major version enters Maintenance **12 months** after its initial release and remains for **6 months**. |
+| **End of Life (EOL)** | | A major version becomes EOL **18 months** after its initial `x.0.0` release. |
The Python APM Client library supports the following Python runtimes: