From f0ed2f39e3b553e68a03ea7525c493f06dc4776e Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 16 Jun 2020 15:39:31 -0700 Subject: [PATCH] Set minimum version of Python to 3.5 On Xenial, the version of Python 3 is 3.5. Restricting the version to 3.6 or newer causes the Travis CI build to break on Xenial. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 121650a..6599a1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Autoconf settings for x52pro-linux # -# Copyright (C) 2012-2018 Nirenjan Krishnan (nirenjan@nirenjan.org) +# Copyright (C) 2012-2020 Nirenjan Krishnan (nirenjan@nirenjan.org) # # SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0 @@ -12,7 +12,7 @@ AC_PROG_CC AC_PROG_CC_STDC AC_PROG_AWK AM_PROG_AR -AM_PATH_PYTHON([3.6]) +AM_PATH_PYTHON([3.5]) LT_INIT PKG_PROG_PKG_CONFIG PKG_INSTALLDIR