Uh oh!
There was an error while loading. Please reload this page.
feat: drop Python 3.9 support and add Python 3.14 support - #1045
Merged
Ramses Sanchez-Hernandez (ramsessanchez) merged 4 commits intoMay 19, 2026
Merged
Conversation
Copilotstarted work on behalf of Ramses Sanchez-Hernandez (ramsessanchez)May 18, 2026 23:03 View session
Closed
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-beta-sdk-python/sessions/24183764-30f8-4558-963c-7d67ccde60b3 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
CopilotAI
changed the title
[WIP] Remove support for Python 3.9 versionfeat: drop Python 3.9 supportMay 18, 2026
Contributor
Copilot add support for 3.14 |
Copilotstarted work on behalf of Ramses Sanchez-Hernandez (ramsessanchez)May 18, 2026 23:09 View session
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-beta-sdk-python/sessions/4d27f80f-295e-4592-9128-6eb40bfb100d Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
ContributorAuthor
CopilotAI
changed the title
feat: drop Python 3.9 supportfeat: drop Python 3.9 support and add Python 3.14 supportMay 18, 2026
Contributor
Copilot remove 3.9 from .devcontainer, also make sure target image is 3.14 |
Copilotstarted work on behalf of Ramses Sanchez-Hernandez (ramsessanchez)May 18, 2026 23:25 View session
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-beta-sdk-python/sessions/fd44b549-b72f-4980-a4c7-0a76623379d4 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
ContributorAuthor
Ramses Sanchez-Hernandez (ramsessanchez)
marked this pull request as ready for review
May 18, 2026 23:45
Ramses Sanchez-Hernandez (ramsessanchez)
requested a review
from a team
as a code ownerMay 18, 2026 23:45
Adrian (adrian05-ms)
approved these changes
May 19, 2026
Ramses Sanchez-Hernandez (ramsessanchez)
merged commit May 19, 2026
f7d8f73
into
main
12 checks passed
Uh oh!
There was an error while loading. Please reload this page.
Ramses Sanchez-Hernandez (ramsessanchez)
deleted the
copilot/feat-drop-support-3-9
branch
May 19, 2026 19:56
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 freeto 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 the kiota-python library by removing Python 3.9 support and adding Python 3.14 support.
Changes
pyproject.toml— bumpsrequires-pythonto>=3.10; removesPython :: 3.9classifier; addsPython :: 3.14classifier.github/workflows/build.yml— removes"3.9"from the CI test matrix; adds"3.14".devcontainer/devcontainer.json— removes the commented-outpython:3.9-bookwormimage option; updates the active dev container image topython:3.14-bookworm