Use Case / Problem
In this comment: #89 (comment) python 3.14 was said to be unavailable because a dependency (msal) did not support it.
msal added python 3.14 support ~3 months ago: https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.35.0
Proposed Solution
I think the python version upper bound should be removed entirely. I don't think it is good practice to include that - especially when the reasoning is due to dependencies.
Alternatives Considered
No response
Impact Assessment
Implementation Attestation
Implementation Notes
No response
Use Case / Problem
In this comment: #89 (comment) python 3.14 was said to be unavailable because a dependency (msal) did not support it.
msal added python 3.14 support ~3 months ago: https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.35.0
Proposed Solution
I think the python version upper bound should be removed entirely. I don't think it is good practice to include that - especially when the reasoning is due to dependencies.
Alternatives Considered
No response
Impact Assessment
Implementation Attestation
Implementation Notes
No response