jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.05k stars 676 forks source link

Add classifier for Python 3.11 #818

Closed eseifert closed 1 year ago

eseifert commented 1 year ago

Some tools or services like https://pyreadiness.org/ use classifiers to check for compatibility with a particular Python version. It would be nice to have classifiers for all tested Python versions in setup.cfg.

eseifert commented 1 year ago

Thanks, please update CHANGELOG.

Done.