feat: drop Python 3.9 support and add Python 3.14 support#1043
Merged
Conversation
Closed
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python-core/sessions/1c1c3c0f-5789-4889-8936-a38229018747 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Drop support for Python version 3.9
feat: drop Python 3.9 support
May 18, 2026
ramsessanchez
approved these changes
May 18, 2026
Contributor
|
@copilot add support for 3.14 |
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python-core/sessions/d497072d-c7f3-421f-98a8-b5c852c47ff6 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
feat: drop Python 3.9 support
feat: drop Python 3.9 support and add Python 3.14 support
May 18, 2026
Contributor
|
@copilot remove 3.9 from .devcontainer, also make sure target image is 3.14 |
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python-core/sessions/f8b5c8c9-e430-42e8-8fe2-42673c863a3e Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Contributor
Author
|
ramsessanchez
approved these changes
May 18, 2026
gavinbarron
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Aligns this SDK with
kiota-pythonby removing Python 3.9 from all supported version references and adding Python 3.14. Minimum supported version is now 3.10.Overview
pyproject.toml:requires-pythonbumped to>=3.10; removedProgramming Language :: Python :: 3.9classifier and addedProgramming Language :: Python :: 3.14classifier.github/workflows/build.yml: removed"3.9"from the CI test matrix and added"3.14"README.md: prerequisites updated fromPython 3.9+→Python 3.10+.devcontainer/devcontainer.json: removed the3.9-bookwormcommented image reference; updated the active image tomcr.microsoft.com/devcontainers/python:3.14-bookwormNotes
No dependency version changes were required at this time — no dependencies were being held back solely for 3.9 compatibility.
Testing Instructions
pyproject.tomlno longer lists3.9in classifiers orrequires-pythonbuild.ymlmatrix runs["3.10", "3.11", "3.12", "3.13", "3.14"].devcontainer/devcontainer.jsonno longer references3.9and the active image is3.14-bookwormpip installin a Python 3.9 environment — expect a resolver error indicating the package requires>=3.10