configure.ac: require Python 3.4+
[babeltrace.git] / configure.ac
index c7228ffe5a9137dd5ea22ddd436a97b34fb80862..f81e73342dff671e8ea1f487939833e4a5006462 100644 (file)
@@ -250,7 +250,7 @@ AM_CONDITIONAL([HAVE_FLEX], [test "x$have_flex" = "xyes"])
 
 # Always check for python, we will fail later if some features require it and
 # it's unavailable.
-AM_PATH_PYTHON([3.0], [
+AM_PATH_PYTHON([3.4], [
   AE_PATH_PYTHON_MODULES([PYTHON])
 
   # pythondir is the path where extra modules are to be installed
This page took 0.023489 seconds and 4 git commands to generate.