Merge branch 'release-post1' into wxPy-4.0.x

This commit is contained in:
Robin Dunn
2019-10-29 10:34:46 -07:00
2 changed files with 14 additions and 1 deletions

View File

@@ -8,6 +8,19 @@
wxPython Changelog
==================
4.0.7.post1 "Isn't it time for Python3?"
----------------------------------------
* 28-Oct-2019
PyPI: https://pypi.org/project/wxPython/4.0.7.post1
Extras: https://extras.wxPython.org/wxPython4/extras/
Pip: ``pip install wxPython==4.0.7.post1``
This post-release just fixes a problem with the numpy dependency constraint for
Python 2.7. (#1415)
4.0.7 "one more, for the road"
------------------------------
* 25-Oct-2019

View File

@@ -1,5 +1,5 @@
# Runtime dependencies needed when using wxPython Phoenix
numpy==1.16.1 ; python_version <= '2.7'
numpy < 1.17 ; python_version <= '2.7'
numpy ; python_version >= '3.0'
pillow
six