pub fn available_versions() -> Vec<AvailableVersion>Expand description
Get a list of known available Python versions from python-build-standalone
This is a static list that should be updated periodically. For a more dynamic solution, we could fetch from GitHub releases API.