<!-- Thank you for filing a bug! Please feel free to answer as much or as little of this template as you can. Please check pipx's Troubleshooting page to see if any of those solutions help solve your issue: https://pipx.pypa.io/stable/troubleshooting/ --> **Describe the bug** <!-- Please be as detailed as possible! --> When specify python version to `3.1`, python 3.12 will be downloaded **How to reproduce** <!-- If possible, include output of `pipx --verbose ...` --> ```shell pipx install --python 3.1 --fetch-missing-python pycowsay ``` **Expected behavior** <!-- What should have happened? --> Raise an error that no valid Python found.