rasbt/watermark

Adopt NEP 29?

jamesmyatt opened this issue · 0 comments

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.