-
Notifications
You must be signed in to change notification settings - Fork 139
Add Python 3.14 support, drop Python 3.9 #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: pamelafox <[email protected]>
|
@copilot 3.10 should be the minimum version |
|
@copilot Tests are failing, please run pytest =========================== short test summary info ============================ |
Co-authored-by: pamelafox <[email protected]>
Co-authored-by: pamelafox <[email protected]>
Fixed in 3c26ae4. The issue was that MockAzureCredential didn't implement the required Protocol methods (get_token and close) from AsyncTokenCredential. In Python 3.14, the Protocol class initialization is stricter. I've added proper implementations of both methods to the mock. |
Summary
Successfully added Python 3.14 support while keeping Python 3.10 as the minimum supported version. The changes include:
All tests pass, linting succeeds, and no security vulnerabilities were found.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.