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 f6154ff commit 519de68Copy full SHA for 519de68
pyproject.toml
@@ -7,7 +7,7 @@ name = "cellmap-schemas"
7
dynamic = ["version"]
8
description = 'Schemas for data used by the Cellmap project team at Janelia Research Campus.'
9
readme = "README.md"
10
-requires-python = ">=3.9"
+requires-python = ">=3.10"
11
license = "MIT"
12
keywords = ["cellmap", "ngff", "n5", "zarr"]
13
authors = [
@@ -45,7 +45,7 @@ dependencies = [
45
]
46
47
[[tool.hatch.envs.test.matrix]]
48
-python = ["3.9", "3.10", "3.11"]
+python = ["3.10", "3.11", "3.12"]
49
50
[tool.hatch.envs.test.scripts]
51
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"
0 commit comments