Skip to content

Commit 519de68

Browse files
committed
drop python 3.9
1 parent f6154ff commit 519de68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "cellmap-schemas"
77
dynamic = ["version"]
88
description = 'Schemas for data used by the Cellmap project team at Janelia Research Campus.'
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = "MIT"
1212
keywords = ["cellmap", "ngff", "n5", "zarr"]
1313
authors = [
@@ -45,7 +45,7 @@ dependencies = [
4545
]
4646

4747
[[tool.hatch.envs.test.matrix]]
48-
python = ["3.9", "3.10", "3.11"]
48+
python = ["3.10", "3.11", "3.12"]
4949

5050
[tool.hatch.envs.test.scripts]
5151
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"

0 commit comments

Comments
 (0)