Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hoefling/cbc1b50637d96cab94044b7e8848088c to your computer and use it in GitHub Desktop.
Save hoefling/cbc1b50637d96cab94044b7e8848088c to your computer and use it in GitHub Desktop.
List all the platform tags on the system (for wheel compliance check)
python -c "from pip.pep425tags import get_supported; print('\n'.join(str(tag) for tag in get_supported()))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment