Skip to content

Add support for Python 3.13 - #804

Merged
Vincent Biret (baywet) merged 9 commits into
microsoftgraph:mainfrom
svrooij:add-python-3.13-support
Feb 3, 2025
Merged

Add support for Python 3.13#804
Vincent Biret (baywet) merged 9 commits into
microsoftgraph:mainfrom
svrooij:add-python-3.13-support

Conversation

@svrooij

@svrooij Stephan van Rooij (svrooij) commented Jan 17, 2025

Copy link
Copy Markdown
Contributor

Fixes #704

Add support for Python 3.13 and update dependencies.

  • pyproject.toml

    • Add Python 3.13 to the requires-python field.
    • Add Python 3.13 to the classifiers field.
    • Set higher requirement for all microsoft-kiota-.... packages to at least 1.8.0.
  • .github/workflows/build.yml

    • Add Python 3.13 to the matrix for testing.
  • requirements-dev.txt

    • Update dependencies to be compatible with Python 3.13.
  • tests/conftest.py

    • Add a test to check for Python 3.13 compatibility.

For more details, open the Copilot Workspace session.

Fixes microsoftgraph#704

Add support for Python 3.13 and update dependencies.

* **pyproject.toml**
  - Add Python 3.13 to the `requires-python` field.
  - Add Python 3.13 to the `classifiers` field.
  - Set higher requirement for all `microsoft-kiota-....` packages to at least 1.8.0.

* **.github/workflows/build.yml**
  - Add Python 3.13 to the `matrix` for testing.

* **requirements-dev.txt**
  - Update dependencies to be compatible with Python 3.13.

* **tests/conftest.py**
  - Add a test to check for Python 3.13 compatibility.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoftgraph/msgraph-sdk-python-core/issues/704?shareId=XXXX-XXXX-XXXX-XXXX).
@svrooij
Stephan van Rooij (svrooij) requested a review from a team as a code owner January 17, 2025 21:16
… requirements

* Add Python 3.13 to the `requires-python` field
* Add Python 3.13 to the `classifiers` field
* Set higher requirement for all `microsoft-kiota-....` packages to at least 1.8.0

@baywet Vincent Biret (baywet) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update the publish workflow please?

Comment thread src/msgraph_core/models/page_result.py
@github-actions

This comment was marked as outdated.

@github-actions

Copy link
Copy Markdown
Contributor

Conflicts have been resolved. A maintainer will take a look shortly.

@sonarqubecloud

sonarqubecloud Bot commented Feb 3, 2025

Copy link
Copy Markdown

@baywet Vincent Biret (baywet) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making the changes!

@baywet
Vincent Biret (baywet) merged commit b972a20 into microsoftgraph:main Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add support for python 3.13

3 participants