- Bash (for some tests[*4])
- A Posix Shell (for some tests)
-- python >= 3.7 (only python 3.7 is supported)
+- python >= 3.4 (3.4 and higher technically supported,
+ at least python 3.7 tested to work)
- base tools
- mostly:
- bc,
rm -f /tmp/gnunet_test_cosks_ssh_garbage
# autotools' m4 for python has no maximum version!
-# python3.7 for tests
-m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3 python3.7 python])
-AM_PATH_PYTHON([3.7],, [:])
+# python3.4 - python3.7 for tests
+m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3 python3.4 python3.5 python3.6 python3.7 python])
+AM_PATH_PYTHON([3.4],, [:])
AC_SUBST([PYTHON])
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])