xonsh/docs/python-versions-support-policy.rst
Noorhteen Raja NJ adafa20b88
adopt NEP-0029 (#4568)
* chore: adopt NEP-0029 for py version deprecation policy

fixes #4560

* chore: drop py3.6 from CI

* docs: add news item

* fix: failing qa because latest version to flake8-bugbear

see https://github.com/PyCQA/flake8-bugbear/issues/208

* chore: require >=py3.7
2021-11-29 12:48:48 -05:00

9 lines
431 B
ReStructuredText

Python versions support policy
==============================
Xonsh adopts `NEP-0029 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_ in supporting Python versions.
Simply speaking a minor Python release (X.*) will be supported for 42 months from its date of initial release.
Since Python has adopted yearly release cycle, most of the time,
the latest 4 minor versions of Python would be supported at any given time.