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

Adopt NEP 29? #62

Closed
jamesmyatt opened this issue Oct 22, 2020 · 0 comments · Fixed by #63
Closed

Adopt NEP 29? #62

jamesmyatt opened this issue Oct 22, 2020 · 0 comments · Fixed by #63

Comments

@jamesmyatt
Copy link
Contributor

jamesmyatt commented Oct 22, 2020

The scientific Python community (including IPython) have adopted the deprecation policy in NEP 29: https://numpy.org/neps/nep-0029-deprecation_policy.html. I think that this project should also do so.

Using the python_requires setting for setuptools will ensure that you still get a compatible version from pip when using on older version of Python. However, new features and bug fixes will only be available for newer versions of Python.

This is an extension of #61.

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