Commit d4389460 authored by Jim Fulton's avatar Jim Fulton

Fixed Python requirement.

parent 422e5ba8
......@@ -30,7 +30,7 @@ from setuptools.extension import Extension
import os
import sys
if sys.version_info < (2, 4, 2):
if sys.version_info < (2, 5):
print "This version of ZODB requires Python 2.4.2 or higher"
sys.exit(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment