laurent-laporte-pro / deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.
MIT License
307 stars 34 forks source link

Add support for Python 3.10 #52

Closed hugovk closed 3 years ago

hugovk commented 3 years ago

Describe what this patch does to fix the issue.

Python 3.10 was released on 2021-10-04:

Add support by adding the Trove classifier and testing on GitHub Actions.