Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source for Python version metadata? #5

Closed
neuromusic opened this issue Apr 12, 2021 · 0 comments
Closed

source for Python version metadata? #5

neuromusic opened this issue Apr 12, 2021 · 0 comments

Comments

@neuromusic
Copy link
Collaborator

There are two available sources

“Python_requires” in PyPi (looks like “>=3.7”)

  • This is what pip relies on to decide whether a plugin can be installed, so we can be fairly confident that plugin devs are keeping it up to date
  • Would we want to parse it to provide an explicit list of versions? E.g. “>=3.8” would become “3.8, 3.9” and filtering on 3.7 would exclude this plugin?

Trove classifier in PyPI (looks like “Programming Language :: Python :: 3.7” etc)

This was referenced Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant