Missing pypy3.x.exe in Windows packages for 3.7 & 3.8
The 3.9 Windows package introduced pypy3.9.exe
.
The now missing pypy3.exe
has been added back in 0ba6a5d5296e
Would it be possible to do add pypy3.x.exe for 3.7 & 3.8 (while keeping pypy3.exe) for consistency's sake ?
Furthermore, pypy3.x is also available for macOS & Linux on 3.7 & 3.8 and this would allow for nox (& probably tox too) to pick a fully defined exe name allowing to disambiguate between 3.7, 3.8 & 3.9 rather than relying on pypy3 everywhere.