OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
500 stars 138 forks source link

Notify users about Python 3.5 deprecation. #334

Closed alejandrosame closed 3 years ago

alejandrosame commented 3 years ago

Where?

We should let user know that we are dropping support for Python3.5 after the next planned release. At least this warning should appear:

Who?

PyDP package users.

What?

PyDP users should be encouraged to upgrade their Python to 3.6+ before we stop publishing wheels for it after the next release is out for a smooth transition.

Additional Context

Many packages are dropping support for Python 3.5 on January 2021, including pipwhich makes this python version out of the common distribution pipelines.

We can use as inspiration how other packages communicate Python deprecation like https://pypi.org/project/poetry (both in the pipy page and in the console output).

festusdrakon commented 3 years ago

Hey, I'd like to be assigned this issue to work on

chinmayshah99 commented 3 years ago

Sure