We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1c8ef commit 5e53aafCopy full SHA for 5e53aaf
1 file changed
pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
28
"Framework :: Sphinx",
29
"Natural Language :: English",
30
"Programming Language :: Python",
31
+ "Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
"Programming Language :: Python :: 3.13",
@@ -53,14 +54,14 @@ license-files = [
53
54
"LICENSE",
55
]
56
-requires-python = ">=3.11"
57
+requires-python = ">=3.10"
58
dependencies = [
59
"click",
60
"tqdm",
61
"curies>=0.13.0",
62
"bioregistry>=0.13.0",
63
"sssom-pydantic>=0.4.1",
- "sssom-curator[web]>=0.3.0",
64
+ "sssom-curator[web]>=0.3.1",
65
66
67
# see https://peps.python.org/pep-0735/ and https://docs.astral.sh/uv/concepts/dependencies/#dependency-groups
0 commit comments