We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67939be commit c626c23Copy full SHA for c626c23
packages/graphrag-storage/pyproject.toml
@@ -20,15 +20,16 @@ authors = [
20
{name = "Rodrigo Racanicci", email = "rracanicci@microsoft.com"},
21
{name = "Sarah Smith", email = "smithsarah@microsoft.com"},
22
]
23
-license = "MIT"
+license = {text = "MIT"}
24
readme = "README.md"
25
-license-files = ["LICENSE"]
26
-requires-python = ">=3.10,<3.13"
+requires-python = ">=3.10,<3.15"
27
classifiers = [
28
"Programming Language :: Python :: 3",
29
"Programming Language :: Python :: 3.10",
30
"Programming Language :: Python :: 3.11",
31
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
32
+ "Programming Language :: Python :: 3.14",
33
34
dependencies = [
35
"aiofiles>=24.1.0",
0 commit comments