Skip to content

Commit e2bfae1

Browse files
feat: add Python 3.14 support
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>
1 parent fba82cb commit e2bfae1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
max-parallel: 5
1919
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
]
3132

3233
[project.optional-dependencies]

0 commit comments

Comments
 (0)