File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,16 @@ For instance, if a newer minimum version of a core package is needed by a projec
4242which is not backported to older versions.
4343{{< /admonition >}}
4444
45+ {{< admonition note >}}
46+ Certain projects (e.g., projects that have more resources) 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+
50+ 1 . Support for Python versions be dropped ** 4 years** after their initial release.
51+ 2 . Support for core package dependencies be dropped ** 3 years** after their initial release.
52+
53+ {{< /admonition >}}
54+
4555### Core Project Endorsement
4656
4757<!--
@@ -84,6 +94,10 @@ The situation has since improved due to improved installations via binary wheels
8494
8595### Support Window
8696
97+ {{< admonition note >}}
98+ For LTS, add 1 year to the support window.
99+ {{< /admonition >}}
100+
87101``` mermaid
88102{{< include-raw "chart.md" >}}
89103```
You can’t perform that action at this time.
0 commit comments