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.49k stars 448 forks source link

Python 3.12 support #664

Closed bverhoeve closed 2 weeks ago

bverhoeve commented 1 month ago

Is your feature request related to a problem? Please describe.

Pypi mentions support for Python 3.11. Is there a roadmap towards support for Python 3.12? Or is there a way to verify that the library would support Python 3.12.

Describe the solution you'd like

Support for Python 3.12

Describe alternatives you've considered

Staying with the latest supported version Python 3.11

lepture commented 2 weeks ago

1.3.2 should work

fossdd commented 2 weeks ago

1.3.2 should work

thats great! could you also publish 1.3.2 on pypi?

lepture commented 2 weeks ago

Released.