Skip to content

Commit 9522528

Browse files
committed
Add LTS to SPEC 0
1 parent eefb9ab commit 9522528

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec-0000/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ For instance, if a newer minimum version of a core package is needed by a projec
4242
which is not backported to older versions.
4343
{{< /admonition >}}
4444

45+
{{< admonition note >}}
46+
Certain projects (e.g., projects that have more developer releases) may wish to provide long-term support (LTS) of an additional year.
47+
48+
Specifically, for projects wishing to provide LTS we recommend that:
49+
1. Support for Python versions be dropped **4 years** after the next version of Python is released.
50+
2. Support for core package dependencies be dropped **3 years** after the next version of the package is released.
51+
{{< /admonition >}}
52+
4553
### Core Project Endorsement
4654

4755
<!--

0 commit comments

Comments
 (0)