File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Open diff view settings
Original file line number Diff line number Diff line change 1+ # Supported Versions of Python
2+
3+ ## Policy
4+
5+ The DomainTools API library will support all versions of Python that are actively maintained by the Python
6+ Software Foundation. When a version of Python enters End of Life (EOL), the API library will also end support
7+ for that version of Python.
8+
9+ When a version's End of Life date is reached, DomainTools will ensure that a release of the API library that
10+ contains all changes up to that point in time is available. If a release already exists that has all
11+ changes at the point of a version's EOL date, no new one will be made. Any changes (features, bugfixes, etc)
12+ released after an EOL date will not be tested on the now-unsupported version.
13+
14+ Versions of Python from other organizations (e.g. cython, pypy, jython) will not be actively supported. DomainTools
15+ will not develop specifically for those versions of Python, but we welcome community assistance (such as pull
16+ requests) to support them.
17+
18+ ### Python 2
19+
20+ DomainTools API library support for Python 2.7 (and all Python 2) will end on November 30, 2020.
21+
22+ ### Python 3.5
23+
24+ DomainTools will continue to support Python 3.5 until November 30, 2020.
25+
26+ ## Upcoming Timeline:
27+
28+ - Support for Python 2.7 will end on Nov 30, 2020
29+ - Support for Python 3.5 will end on Nov 30, 2020
Original file line number Diff line number Diff line change @@ -201,3 +201,9 @@ To avoid having to type in your API key repeatedly, you can specify them in `~/.
201201API_USER
202202API_KEY
203203```
204+
205+ Python Version Support Policy
206+ ===================
207+
208+ Please see the [ supported versions] ( https://github.com/DomainTools/python_api/raw/master/PYTHON_SUPPORT.md ) document
209+ for the DomainTools Python support policy.
You can’t perform that action at this time.
0 commit comments