Skip to content

Commit c816b09

Browse files
committed
DOC: clarify time windows for support
1 parent 5d768c4 commit c816b09

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

doc/devel/min_dep_policy.rst

+11-10
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,28 @@ is a 'minor version'.
1313
Python and numpy
1414
================
1515

16-
- support minor versions of ``Python`` initially released in the previous
17-
3 years
18-
- support minor versions of ``numpy`` initially released in the
19-
previous 3 years or oldest that supports the minimum python version
20-
(which ever is higher)
16+
- support minor versions of ``Python`` initially released
17+
36 months prior to our planned release date.
18+
- support minor versions of ``numpy`` initially released in the 36
19+
months prior to our planned release date or oldest that supports the
20+
minimum python version (which ever is higher)
2121

2222
We will bump the minimum python and numpy versions as we can every
2323
minor and major release, but never on a patch release.
2424

2525
Python Dependencies
2626
===================
2727

28-
For python dependencies we should support at least
28+
For python dependencies we should support at least:
2929

3030
with compiled extensions
31-
minor versions released in the last 3 years
32-
or the oldest that support our minimum python + numpy
31+
minor versions initially released in the 36 months prior to our
32+
planned release date or the oldest that support our minimum python +
33+
numpy
3334

3435
without complied extensions
35-
minor versions released in the last 2 years or the oldest that
36-
supports our minimum python.
36+
minor versions initially released in the 24 months prior to our
37+
planed release date or the oldest that supports our minimum python.
3738

3839
We will only bump these dependencies as we need new features or the
3940
old versions no longer support our minimum numpy or python.

0 commit comments

Comments
 (0)