summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xSConstruct5
1 files changed, 2 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index e4880e180..b5e3805a6 100755
--- a/SConstruct
+++ b/SConstruct
@@ -93,10 +93,9 @@ For more details, see:
"""
raise
-# We ensure the python version early because because python-config
-# requires python 2.5
+# pybind11 requires python 2.7
try:
- EnsurePythonVersion(2, 5)
+ EnsurePythonVersion(2, 7)
except SystemExit, e:
print """
You can use a non-default installation of the Python interpreter by