From 1c7f6a9c4594f40293d1e47b6cd208bf8d61707f Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 2 Oct 2023 11:24:04 +0200 Subject: [PATCH 1/4] clarify schedule is guideline --- spec-0000/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec-0000/index.md b/spec-0000/index.md index 8017c5a2..b9be6356 100644 --- a/spec-0000/index.md +++ b/spec-0000/index.md @@ -70,6 +70,15 @@ The situation has since improved due to improved installations via binary wheels ### Drop Schedule +Below is an auto generated schedule, with recommended date for considering +stopping support. We suggest that the next release in a given quarter is +considered as the one removing support for a given item. + +In particular for Python releases, as all releases are around October, you may +want to delay removal of Supports of an older Python version until your package +work on the newly released Python version, thus keeping the number of minor +version of python supported the same for all releases. + {{< include-md "schedule.md" >}} ## Notes From 3fe9360601ab1bd88be64749c6e1963accd5747d Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 2 Oct 2023 08:20:18 -0700 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Jarrod Millman --- spec-0000/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec-0000/index.md b/spec-0000/index.md index b9be6356..da81421c 100644 --- a/spec-0000/index.md +++ b/spec-0000/index.md @@ -70,12 +70,11 @@ The situation has since improved due to improved installations via binary wheels ### Drop Schedule -Below is an auto generated schedule, with recommended date for considering -stopping support. We suggest that the next release in a given quarter is +Below is an auto generated schedule with recommended dates for dropping support. We suggest that the next release in a given quarter is considered as the one removing support for a given item. In particular for Python releases, as all releases are around October, you may -want to delay removal of Supports of an older Python version until your package +want to delay removal of support of an older Python version until your package work on the newly released Python version, thus keeping the number of minor version of python supported the same for all releases. From 6329246f19b84dc1f14d426e7be8a1d4ac1a2531 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 2 Oct 2023 11:43:02 -0700 Subject: [PATCH 3/4] Update spec-0000/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Brigitta Sipőcz --- spec-0000/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec-0000/index.md b/spec-0000/index.md index da81421c..68b2bb3c 100644 --- a/spec-0000/index.md +++ b/spec-0000/index.md @@ -73,10 +73,7 @@ The situation has since improved due to improved installations via binary wheels Below is an auto generated schedule with recommended dates for dropping support. We suggest that the next release in a given quarter is considered as the one removing support for a given item. -In particular for Python releases, as all releases are around October, you may -want to delay removal of support of an older Python version until your package -work on the newly released Python version, thus keeping the number of minor -version of python supported the same for all releases. +"you may want to delay the removal of support of an older Python version until your package fully works on the newly released Python, thus keeping the number of supported minor versions of Python the same for your package." {{< include-md "schedule.md" >}} From 4462b52385dd8f8fb8ec5d265443b1c7f4530656 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 2 Oct 2023 11:44:16 -0700 Subject: [PATCH 4/4] Apply suggestions from code review --- spec-0000/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-0000/index.md b/spec-0000/index.md index 68b2bb3c..98ee39e4 100644 --- a/spec-0000/index.md +++ b/spec-0000/index.md @@ -73,7 +73,7 @@ The situation has since improved due to improved installations via binary wheels Below is an auto generated schedule with recommended dates for dropping support. We suggest that the next release in a given quarter is considered as the one removing support for a given item. -"you may want to delay the removal of support of an older Python version until your package fully works on the newly released Python, thus keeping the number of supported minor versions of Python the same for your package." +You may want to delay the removal of support of an older Python version until your package fully works on the newly released Python, thus keeping the number of supported minor versions of Python the same for your package. {{< include-md "schedule.md" >}}