Ed Morley 31f63baf54
Fix latest version resolution when using python- prefix
Fixes use of version specifiers like `python-3.12`, which:
- have an explicit `python-` prefix
- are using a major version alias that has to be resolved
  to an exact version.

As part of fixing this, I've also simplified the conditional for the already
working case, since it had two branches that were virtually identical.

Fixes #3054.
2024-09-09 14:41:09 +01:00
..
2024-09-07 18:50:46 +03:00
2021-02-23 22:29:56 +02:00