-
Notifications
You must be signed in to change notification settings - Fork 42
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 #704
Labels
enhancement
New feature or request
type:enhancement
Enhancement request targeting an existing experience
WIP
Comments
baywet
added
enhancement
New feature or request
type:enhancement
Enhancement request targeting an existing experience
labels
Oct 9, 2024
This was referenced Oct 9, 2024
this package pulls an abandoned pendulum package: |
@kamikaze the latest version of Kiota python no longer depends upon pendulum, so a solution is in sight. |
@svrooij Is this something you'd like to submit a pull request for provided some guidance? (this repo) |
svrooij
added a commit
to svrooij/msgraph-sdk-python-core
that referenced
this issue
Jan 17, 2025
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).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
type:enhancement
Enhancement request targeting an existing experience
WIP
depends on microsoft/kiota-python#348
Effectively the same, but for this library
The text was updated successfully, but these errors were encountered: