Bump minimal python3 version to 3.4
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 28 Mar 2023 14:43:51 +0000 (10:43 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 28 Mar 2023 18:58:38 +0000 (14:58 -0400)
Change-Id: If1e264d09fccba53d000211681de91d633fbd28f
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
README.adoc
configure.ac

index b7b0f620ae7be1bf5e03c653c07aac710eeddf1c..2b2a96d0507716d0da7b98e7dedc1bb96f4131d8 100644 (file)
@@ -81,7 +81,7 @@ Debian/Ubuntu package: `liblttng{nbh}ust{nbh}dev`
 
 * **Perl**: `make{nbsp}check` and tests.
 
-* **https://www.python.org/[Python]{nbsp}≥{nbsp}3.0**:
+* **https://www.python.org/[Python]{nbsp}≥{nbsp}3.4**:
   `make{nbsp}check` and tests.
 +
 Debian/Ubuntu package: `python3`
index 31e9f03c1ed252321c58d68fe08f1f2fbd17af75..bd6f45d5d131b08440b1126535cc4e19675e8f62 100644 (file)
@@ -656,7 +656,7 @@ AM_CONDITIONAL([PYTHON_BINDING], [test "x$enable_python_binding" = xyes])
 if test "x$enable_python_binding" = xyes; then
   AX_PKG_SWIG($swig_version, [], [ AC_MSG_ERROR([SWIG $swig_version or newer is needed]) ])
   AS_IF([test x$enable_shared = xno], [ AC_MSG_ERROR([Python bindings require shared libraries.]) ])
-  AM_PATH_PYTHON([3.0])
+  AM_PATH_PYTHON([3.4])
 
   AC_ARG_VAR([PYTHON_INCLUDE], [Include flags for python, bypassing python-config])
   AC_ARG_VAR([PYTHON_CONFIG], [Path to python-config])
This page took 0.026894 seconds and 4 git commands to generate.