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 #704

Open
baywet opened this issue Oct 9, 2024 · 3 comments · May be fixed by #804
Open

add support for python 3.13 #704

baywet opened this issue Oct 9, 2024 · 3 comments · May be fixed by #804
Labels
enhancement New feature or request type:enhancement Enhancement request targeting an existing experience WIP

Comments

@baywet
Copy link
Member

baywet commented Oct 9, 2024

depends on microsoft/kiota-python#348

Effectively the same, but for this library

@kamikaze
Copy link

this package pulls an abandoned pendulum package:

python-pendulum/pendulum#844

python-pendulum/pendulum#590

@svrooij
Copy link

svrooij commented Jan 17, 2025

@kamikaze the latest version of Kiota python no longer depends upon pendulum, so a solution is in sight.

@baywet
Copy link
Member Author

baywet commented Jan 17, 2025

@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).
@svrooij svrooij linked a pull request Jan 17, 2025 that will close this issue
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants