Skip to content

Commit 0e7c207

Browse files
committed
remove python 2.4 from the supported versions list in README
As far as I know py2.4 will still work, but now that we can't even install 'pip' on it and numpy and scipy have dropped supported, I'm running out of patience with the hacks required to test it, so, no guarantees.
1 parent 9ba45f2 commit 0e7c207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Downloads:
1010

1111
Dependencies:
1212
numpy
13-
Python 2.4 or later (including Python 3)
13+
Python 2.5 or later (Python 3 works)
1414
And, if you want to run the tests, you'll need nose.
1515

1616
Install:

0 commit comments

Comments
 (0)