From f4c29682ed0988dc6ae0987bdc417faad9bc391b Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:49:58 -0700 Subject: [PATCH 1/2] Make the dependencies part explicit ref https://github.com/pydata/xarray/discussions/8237#discussioncomment-7126175 --- spec-0000/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec-0000/index.md b/spec-0000/index.md index ea2ff8ec..222f2e81 100644 --- a/spec-0000/index.md +++ b/spec-0000/index.md @@ -29,8 +29,8 @@ All versions refer to feature releases (i.e., Python 3.8.0, NumPy 1.19.0; not Py Specifically, we recommend that: -1. Support for a given version of Python be dropped **3 years** after its initial release. -2. Support for a given version of other core packages be dropped **2 years** after their initial release. +1. Support for Python versions be dropped **3 years** after its initial release. +2. Support for core package dependencies be dropped **2 years** after their initial release. ### Core Project Endorsement From 22f782f23dde771b991648fd366d4cc4a0ee1cca Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 28 Sep 2023 09:48:42 -0700 Subject: [PATCH 2/2] Update spec-0000/index.md --- 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 222f2e81..8017c5a2 100644 --- a/spec-0000/index.md +++ b/spec-0000/index.md @@ -29,7 +29,7 @@ All versions refer to feature releases (i.e., Python 3.8.0, NumPy 1.19.0; not Py Specifically, we recommend that: -1. Support for Python versions be dropped **3 years** after its initial release. +1. Support for Python versions be dropped **3 years** after their initial release. 2. Support for core package dependencies be dropped **2 years** after their initial release. ### Core Project Endorsement