auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
506 stars 164 forks source link

Fix py 3.12 build #565

Closed adamjmcgrath closed 9 months ago

adamjmcgrath commented 9 months ago

Build is failing on CI for python 3.12 because https://github.com/pypa/setuptools/issues/3661

adamjmcgrath commented 9 months ago

(The 3.12 build will fail until this is merged)