Closed mgorny closed 4 years ago
Python 3.9 has fixed @classmethod combining with other decorators, making deprecated correctly report 'class method' (instead of function or static method). Update the tests to account for that.
Fixes #29
Thank you for testing with Py39.
Python 3.9 has fixed @classmethod combining with other decorators, making deprecated correctly report 'class method' (instead of function or static method). Update the tests to account for that.
Fixes #29