Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.13 #804

Merged
merged 9 commits into from
Feb 3, 2025

Conversation

svrooij
Copy link
Contributor

@svrooij svrooij commented Jan 17, 2025

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 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
Copy link
Member

@baywet baywet left a comment

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?

This comment was marked as outdated.

Copy link
Contributor

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

Copy link

sonarqubecloud bot commented Feb 3, 2025

@andrueastman andrueastman requested a review from baywet February 3, 2025 11:57
Copy link
Member

@baywet baywet left a comment

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 baywet merged commit b972a20 into microsoftgraph:main Feb 3, 2025
14 checks passed
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