mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
new for Python 3.4 deprecation
This commit is contained in:
parent
f1127ed916
commit
679d4e061f
2 changed files with 25 additions and 1 deletions
|
@ -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
24
news/py35-req.rst
Normal 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>
|
Loading…
Add table
Reference in a new issue