Skip to content

Commit

Permalink
Update pyproject.toml to support Python 3.13 and set higher package…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
svrooij committed Jan 17, 2025
1 parent 2f60bfd commit 41a7b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"microsoft-kiota-http >=1.8.0,<2.0.0",
"httpx[http2] >=0.23.0",
]
requires-python = ">=3.9, <3.14"
requires-python = ">=3.9"
license = {file = "LICENSE"}
readme = "README.md"
keywords = ["msgraph", "openAPI", "Microsoft", "Graph"]
Expand Down

0 comments on commit 41a7b22

Please sign in to comment.