AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
815 stars 203 forks source link

Clarify supported Python versions #350

Closed lmazuel closed 3 years ago

lmazuel commented 3 years ago

I realized that the version on PyPI were not in sync to what the CI was tested, therefore I assumed the setup.py was just not up to date and I could do a PR :)

Hope this helps ;)