-
Notifications
You must be signed in to change notification settings - Fork 398
Update minimum Python versions #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
doc/users/installing.rst
Outdated
|
||
|
||
matplotlib 1.0.0 (or later, `download <http://sf.net/projects/matplotlib/>`__) | ||
Matplotlib 1.0.0 (or later, `download <http://sf.net/projects/matplotlib/>`__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heh, probably should update that to the matplotlib.org address.
doc/users/installing.rst
Outdated
Python 2.4 (or later, including Python 3) | ||
matplotlib requires python 2.4 or later (`download <http://www.python.org/download/>`__) | ||
Python 2.6 (or later, including Python 3) | ||
Matplotlib requires Python 3.5 or later (`download <http://www.python.org/download/>`__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Matplotlib 2.2.x will be an LTS branch, and supports py27. Matplotlib v3 hasn't been released yet, which will support a minimum of py35, yes. Should probably think of how to phrase this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How's the latest commit look?
doc/users/installing.rst
Outdated
numpy 1.2.1 (or later) | ||
array support for python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__) | ||
NumPy 1.2.1 (or later) | ||
Array support for Python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should probably update this link, too.
And fix some typos.