[pygtk] Require Python >= 2.6.0 for Windows build



commit e89fa3ce5a99aa2ed8ada7d3d545770357d52d45
Author: John Stowers <john stowers gmail com>
Date:   Sat Oct 16 18:15:54 2010 +1300

    Require Python >= 2.6.0 for Windows build

 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index 60177fb..d243254 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ else:
     if not input.startswith('y'):
         raise SystemExit("Aborted")
 
-MIN_PYTHON_VERSION = (2, 3, 5)
+MIN_PYTHON_VERSION = (2, 6, 0)
 
 MAJOR_VERSION = int(get_m4_define('pygtk_major_version'))
 MINOR_VERSION = int(get_m4_define('pygtk_minor_version'))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]