new for Python 3.4 deprecation

This commit is contained in:
Anthony Scopatz 2019-05-14 17:45:24 -04:00
parent f1127ed916
commit 679d4e061f
2 changed files with 25 additions and 1 deletions

View file

@ -14,7 +14,7 @@ v0.9.2
**Fixed:**
* Updated setup.py to require Python 3.4 using the `python_requires` keyword.
* Updated setup.py to require Python 3.4 using the ``python_requires`` keyword.
This rectifies issues with pip installing xonsh. Python 3.4 support will
be removed on the following release.

24
news/py35-req.rst Normal file
View file

@ -0,0 +1,24 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* Python v3.4 has been fully, completely, and (hopefully) correctly
deprecated. Please migrate to an officially supported version of Python.
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>