Skip to content

Commit 41a7b22

Browse files
committed
Update pyproject.toml to support Python 3.13 and set higher package 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
1 parent 2f60bfd commit 41a7b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"microsoft-kiota-http >=1.8.0,<2.0.0",
1717
"httpx[http2] >=0.23.0",
1818
]
19-
requires-python = ">=3.9, <3.14"
19+
requires-python = ">=3.9"
2020
license = {file = "LICENSE"}
2121
readme = "README.md"
2222
keywords = ["msgraph", "openAPI", "Microsoft", "Graph"]

0 commit comments

Comments
 (0)