aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2020-07-13 14:25:47 +1000
committerAnthony Towns <aj@erisian.com.au>2020-11-09 17:53:47 +1000
commit8ae9d314e9af7bcce1e8bc52f0317b9d565109bf (patch)
treeb8c1b61825f1cdfb31b523e02c8b08dc4b8489f3 /configure.ac
parent7e373294a5ae819099c39d9d03d1f5a311d63cfc (diff)
downloadbitcoin-8ae9d314e9af7bcce1e8bc52f0317b9d565109bf.tar.xz
Bump minimum python version to 3.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a16b7c880..9ece46ed21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,8 +107,8 @@ AC_PATH_TOOL(STRIP, strip)
AC_PATH_TOOL(GCOV, gcov)
AC_PATH_TOOL(LLVM_COV, llvm-cov)
AC_PATH_PROG(LCOV, lcov)
-dnl Python 3.5 is specified in .python-version and should be used if available, see doc/dependencies.md
-AC_PATH_PROGS([PYTHON], [python3.5 python3.6 python3.7 python3.8 python3 python])
+dnl Python 3.6 is specified in .python-version and should be used if available, see doc/dependencies.md
+AC_PATH_PROGS([PYTHON], [python3.6 python3.7 python3.8 python3.9 python3 python])
AC_PATH_PROG(GENHTML, genhtml)
AC_PATH_PROG([GIT], [git])
AC_PATH_PROG(CCACHE,ccache)