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

[joss] list supported python versions in pypi #314

Closed
jdkent opened this issue Dec 7, 2019 · 0 comments · Fixed by #320
Closed

[joss] list supported python versions in pypi #314

jdkent opened this issue Dec 7, 2019 · 0 comments · Fixed by #320

Comments

@jdkent
Copy link

jdkent commented Dec 7, 2019

piggy-backing off of one of @TomDonoghue's comments:

Is there a minimum version of Python3 required? I guess that there is some minimum required sub-version of Py3 required, but it's not clear what that would be, and it might be useful to note that.

you can add supported python versions for pypi, you can add these:

Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

in your setup.py
you can also set python_requires in setup.py to ensure people do not use the incorrect python version with your package.

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

Successfully merging a pull request may close this issue.

1 participant