lepture / authlib

The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
https://authlib.org/
BSD 3-Clause "New" or "Revised" License
4.45k stars 445 forks source link

end support for python 3.7 #570

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

Python 3.7 support stopped two months ago https://endoflife.date/python

I removed tests for python 3.7 and applied pyupgrade --py38-plus to update the syntax for the recent python versions.

lepture commented 1 year ago

wow, thanks