diff options
author | monsta <[email protected]> | 2019-12-26 00:57:11 +0300 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-12-25 21:57:11 +0000 |
commit | 8a6ccef47b310ff70b6f42e625b6739363265648 (patch) | |
tree | d2062cd0dbc13b6ebfb0377b2dce235761ae63ae /configure.ac | |
parent | 1ee63da513b4883bf484d9ae4de3640713f2a0ef (diff) | |
download | python-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.ac | 2 |
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}],, [ |