summaryrefslogtreecommitdiff
path: root/build/find_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/find_python.sh')
-rwxr-xr-xbuild/find_python.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/find_python.sh b/build/find_python.sh
index 61601f3..d4ca2f7 100755
--- a/build/find_python.sh
+++ b/build/find_python.sh
@@ -21,9 +21,7 @@
#
# Required version of Python
-# Python 2.0 = 0x2000000
-# Python 2.4 = 0x2040000
-VERSION=${1:-0x2050000}
+VERSION=${1:-0x2070000}
for pypath in "$PYTHON" "$PYTHON2" "$PYTHON3" python python2 python3; do
if [ "x$pypath" != "x" ]; then