-
Notifications
You must be signed in to change notification settings - Fork 49
[FEATURE] support python 3.14 #236
Copy link
Copy link
Labels
ai:feature-triage:help wantedenhancementNew feature or requestNew feature or requesthelp wantedIssue identified as good community contribution opportunitiesIssue identified as good community contribution opportunities
Metadata
Metadata
Assignees
Labels
ai:feature-triage:help wantedenhancementNew feature or requestNew feature or requesthelp wantedIssue identified as good community contribution opportunitiesIssue identified as good community contribution opportunities
Type
Fields
Give feedbackNo fields configured for issues without a type.
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