Commit 4ff0c868 authored by Chris McDonough's avatar Chris McDonough

It's 3.7 now.

parent 9c135dd4
......@@ -49,7 +49,7 @@ from distutils.command.build_py import build_py
from distutils.util import convert_path
if sys.version_info < (2, 4, 2):
print "ZODB 3.3 requires Python 2.4.2 or higher"
print "ZODB 3.7 requires Python 2.4.2 or higher"
sys.exit(0)
# Include directories for C extensions
......
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