diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-03 12:01:13 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-08 21:26:56 +0100 |
commit | 9385c161707c6d2295d610eef81fe4d1a44b44de (patch) | |
tree | 9d37ac434dbbd95f08d5144bca4df8c0883544de /bin | |
parent | 6bab5b26a1241b0e0edd058d2a921989f9a1747c (diff) | |
download | automake-9385c161707c6d2295d610eef81fe4d1a44b44de.tar.gz |
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'.
* NEWS: Update.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions