Skip to content

Commit 5e53aaf

Browse files
committed
Update pyproject.toml
1 parent 2a1c8ef commit 5e53aaf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Framework :: Sphinx",
2929
"Natural Language :: English",
3030
"Programming Language :: Python",
31+
"Programming Language :: Python :: 3.10",
3132
"Programming Language :: Python :: 3.11",
3233
"Programming Language :: Python :: 3.12",
3334
"Programming Language :: Python :: 3.13",
@@ -53,14 +54,14 @@ license-files = [
5354
"LICENSE",
5455
]
5556

56-
requires-python = ">=3.11"
57+
requires-python = ">=3.10"
5758
dependencies = [
5859
"click",
5960
"tqdm",
6061
"curies>=0.13.0",
6162
"bioregistry>=0.13.0",
6263
"sssom-pydantic>=0.4.1",
63-
"sssom-curator[web]>=0.3.0",
64+
"sssom-curator[web]>=0.3.1",
6465
]
6566

6667
# see https://peps.python.org/pep-0735/ and https://docs.astral.sh/uv/concepts/dependencies/#dependency-groups

0 commit comments

Comments
 (0)