Skip to content

Commit

Permalink
Update Python version in README
Browse files Browse the repository at this point in the history
If I am not mistaken, those numbers are outdated with respected to what we test on Trevis.
  • Loading branch information
giorgiop committed Mar 11, 2016
1 parent 25c931a commit a1ee6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Important links
Dependencies
============

scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.4.
scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.5.
(using the same codebase thanks to an embedded copy of
`six <http://pythonhosted.org/six/>`_). It should also work with Python 3.3.
`six <http://pythonhosted.org/six/>`_). It should also work with Python 3.3 and 3.4.

The required dependencies to build the software are NumPy >= 1.6.1,
SciPy >= 0.9 and a working C/C++ compiler. For the development version,
Expand Down

0 comments on commit a1ee6eb

Please sign in to comment.