mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* 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
9 lines
431 B
ReStructuredText
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.
|