Mathieu Lirzin <m...@gnu.org> writes: > Here is an alternative patch to fixes this bug, that I intend to push > tomorrow. > >>From 88df0576249df21e719ff3ac95d3d27b77e3370f Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin <m...@gnu.org> > Date: Sat, 3 Mar 2018 12:01:13 +0100 > Subject: [PATCH] python: Support future python version up to 3.9 > > This change fixes automake bug#28160. > > Since AM_PYTHON_PATH macro takes no maximum version argument, there is > no need to generate _AM_PYTHON_INTERPRETER_LIST dynamically, like what > was previously done by the reverted commit > 1d60fb72168e62d33fe433380af621de64e22f23. We could rely on M4 to > generate this list statically however this is likely to be a complex > solution that would not improve maintainability. > > * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add 'python3.7', > 'python3.8', and 'python3.9'. > ---
Pushed as commit 9385c161707c6d2295d610eef81fe4d1a44b44de. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37