feat: drop Python 3.9 and add Python 3.14 support across packaging, CI, and docs#1481
Open
Copilot wants to merge 4 commits into
Open
feat: drop Python 3.9 and add Python 3.14 support across packaging, CI, and docs#1481Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python/sessions/b149b291-3ae9-47a9-9cdd-311077bdd577 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Drop support for Python 3.9 and upgrade dependencies
feat: drop Python 3.9 support across packaging, CI, and docs
May 18, 2026
Contributor
|
@copilot add support for 3.14 |
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python/sessions/f0db838f-31e8-4ad7-b9ba-e9f18571910d Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Author
Added Python 3.14 support in |
Copilot
AI
changed the title
feat: drop Python 3.9 support across packaging, CI, and docs
feat: drop Python 3.9 and add Python 3.14 support across packaging, CI, and docs
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/sessions/9d2334e8-1034-4309-925b-95d702a548bb Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Author
Updated |
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.
This aligns the SDK’s supported Python versions with current Kiota expectations by removing Python 3.9 support, setting 3.10 as the minimum, and adding Python 3.14 support. It updates packaging metadata, CI runtime coverage, publishing runtime, and user-facing support documentation consistently.
Packaging metadata
pyproject.tomlto require Python>=3.10.Programming Language :: Python :: 3.9classifier.Programming Language :: Python :: 3.14classifier.CI workflow runtime matrix
3.9from.github/workflows/build.ymltest matrix.3.10–3.13to3.10–3.14.Publish workflow runtime
.github/workflows/publish.ymlto use Python3.14for package publishing.Documentation and environment references
README.mdthat the SDK supports Python3.10+..devcontainer/devcontainer.json.3.14(mcr.microsoft.com/devcontainers/python:3.14-bullseye), with3.14-bookwormas the commented alternative.