@@ -13,27 +13,28 @@ is a 'minor version'.
13
13
Python and numpy
14
14
================
15
15
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)
21
21
22
22
We will bump the minimum python and numpy versions as we can every
23
23
minor and major release, but never on a patch release.
24
24
25
25
Python Dependencies
26
26
===================
27
27
28
- For python dependencies we should support at least
28
+ For python dependencies we should support at least:
29
29
30
30
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
33
34
34
35
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.
37
38
38
39
We will only bump these dependencies as we need new features or the
39
40
old versions no longer support our minimum numpy or python.
0 commit comments