briancurtin / deprecation

A library to handle automated deprecations
Apache License 2.0
88 stars 31 forks source link

Support for Python >= 3.8 #58

Open Fl4m3Ph03n1x opened 2 years ago

Fl4m3Ph03n1x commented 2 years ago

I see in pypi that this library is not supported in Python >= 3.8 Is there a reason for this? What can be done to change it?

briancurtin commented 2 years ago

It definitely works on those versions, it just needs to have the version identifiers in setup.py updated.

Fl4m3Ph03n1x commented 2 years ago

Made a PR for convenience's sake: https://github.com/briancurtin/deprecation/pull/59

Please let me know what you think.