summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2019-12-26 00:57:11 +0300
committerlukefromdc <[email protected]>2019-12-25 21:57:11 +0000
commit8a6ccef47b310ff70b6f42e625b6739363265648 (patch)
treed2062cd0dbc13b6ebfb0377b2dce235761ae63ae /configure.ac
parent1ee63da513b4883bf484d9ae4de3640713f2a0ef (diff)
downloadpython-caja-8a6ccef47b310ff70b6f42e625b6739363265648.tar.bz2
python-caja-8a6ccef47b310ff70b6f42e625b6739363265648.tar.xz
drop Python 2 support (#50)
it's going EOL in 2020
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 233eb8f..a4f3f1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ GTK_DOC_CHECK(1.9)
dnl **************************************************
dnl * Check for Python
dnl **************************************************
-AM_PATH_PYTHON([2.7])
+AM_PATH_PYTHON([3.6])
PYTHON_PKG="python-${PYTHON_VERSION}-embed"
PKG_CHECK_MODULES([PYTHON], [${PYTHON_PKG}],,
[