feat: drop Python 3.9 support and add Python 3.14 support#1045
Open
Copilot wants to merge 4 commits into
Open
Conversation
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>
Copilot
AI
changed the title
[WIP] Remove support for Python 3.9 version
feat: drop Python 3.9 support
May 18, 2026
Contributor
|
@copilot add support for 3.14 |
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>
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-beta-sdk-python/sessions/fd44b549-b72f-4980-a4c7-0a76623379d4 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
Contributor
Author
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 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