On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: > 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.
It's unfortunate that we keep having to update this list. I wonder if there's a clean way to detect all the available /^python\d\.\d+/ commands and then sort them. zw