##// END OF EJS Templates
Update version requirement to 2.5, since that's what we're using anyway....
Fernando Perez -
Show More
@@ -25,9 +25,8 b' from IPython.core import release'
25 25 # Setup everything
26 26 #-----------------------------------------------------------------------------
27 27
28
29 if sys.version[0:3] < '2.4':
30 raise ImportError('Python Version 2.4 or above is required for IPython.')
28 if sys.version[0:3] < '2.5':
29 raise ImportError('Python Version 2.5 or above is required for IPython.')
31 30
32 31
33 32 # Make it easy to import extensions - they are always directly on pythonpath.
General Comments 0
You need to be logged in to leave comments. Login now