summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/wscript b/tester/wscript
index 0e170d6..17aacdd 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -41,7 +41,7 @@ def options(opt):
def configure(conf):
recurse(conf)
conf.load('python')
- conf.check_python_version((2,7,3))
+ conf.check_python_version((2,6,6))
def build(bld):
recurse(bld)