]> git.ipfire.org Git - thirdparty/automake.git/commit
python: add 3.10 - 3.15 to the version search list
authorMike Frysinger <vapier@gentoo.org>
Wed, 26 Jan 2022 11:33:19 +0000 (06:33 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 27 Jan 2022 02:55:29 +0000 (21:55 -0500)
commit930a9a73f4bb776ec334eff4cf6e182802841daa
treecc2f37e4ae5f9612286a2d9e2679960974802bd1
parent975ea4d9cb3354fce41fcff7d91d5d6f918ada79
python: add 3.10 - 3.15 to the version search list

Fixes automake bug https://bugs.gnu.org/53530.

Based on the cadence of Automake releases, add the current Python
release (3.10), the current Python development (3.11), and then 4
more versions on top of that.  It doesn't hurt to check for a few
extra versions here since this is the fallback logic when the main
`python` and `python3` programs aren't found.

* m4/python.m4: Add python3.10 - python3.15.
* NEWS: Mention new Python versions.
NEWS
m4/python.m4