[pygobject] Require Python >= 2.6.0 for Windows build
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Require Python >= 2.6.0 for Windows build
- Date: Sat, 16 Oct 2010 05:31:07 +0000 (UTC)
commit 33b59fd7437009b6c3ed43412e171d2cc91ee317
Author: John Stowers <john stowers gmail com>
Date: Sat Oct 16 18:17:28 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 2f5906d..480100c 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,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('pygobject_major_version'))
MINOR_VERSION = int(get_m4_define('pygobject_minor_version'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]