Skip to content

Commit c626c23

Browse files
committed
Update py version for storage package
1 parent 67939be commit c626c23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/graphrag-storage/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ authors = [
2020
{name = "Rodrigo Racanicci", email = "rracanicci@microsoft.com"},
2121
{name = "Sarah Smith", email = "smithsarah@microsoft.com"},
2222
]
23-
license = "MIT"
23+
license = {text = "MIT"}
2424
readme = "README.md"
25-
license-files = ["LICENSE"]
26-
requires-python = ">=3.10,<3.13"
25+
requires-python = ">=3.10,<3.15"
2726
classifiers = [
2827
"Programming Language :: Python :: 3",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
3130
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
]
3334
dependencies = [
3435
"aiofiles>=24.1.0",

0 commit comments

Comments
 (0)