-
Notifications
You must be signed in to change notification settings - Fork 16
Update minimum Python version to 3.10 (remove EOL 3.9) #220
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
Conversation
Co-authored-by: dhalperi <526415+dhalperi@users.noreply.github.com>
|
@copilot > Python 3.14 was released on 7 October 2025. For full details, see the changelog. |
Co-authored-by: dhalperi <526415+dhalperi@users.noreply.github.com>
|
@copilot So tests don't pass for 3.14. Can we revert back to 3.10-3.13 and also create an issue for adding 3.14 support? |
Co-authored-by: dhalperi <526415+dhalperi@users.noreply.github.com>
Reverted Python 3.14 support in commit 3db1d45. The test matrix and PyPI classifiers now only include 3.10-3.13. I don't have permissions to create issues, but here's the suggested issue content for adding Python 3.14 support: Title: Add Python 3.14 Support Description: Tasks:
Reference: Tests currently fail on Python 3.14 (reverted in 3db1d45) |
dhalperi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dhalperi reviewed 3 of 3 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @copilot)
Python 3.9 reached end-of-life. Update minimum supported version to 3.10 and ensure test matrix covers all GA releases (3.10-3.13).
Changes
python_requires=">=3.10"["3.10", "3.11", "3.12", "3.13"]Note: Python 3.14 support will be added in a separate issue once compatibility issues are resolved.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
This change is