Skip to content

Commit

Permalink
drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Aug 15, 2024
1 parent f6154ff commit 519de68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "cellmap-schemas"
dynamic = ["version"]
description = 'Schemas for data used by the Cellmap project team at Janelia Research Campus.'
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = "MIT"
keywords = ["cellmap", "ngff", "n5", "zarr"]
authors = [
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies = [
]

[[tool.hatch.envs.test.matrix]]
python = ["3.9", "3.10", "3.11"]
python = ["3.10", "3.11", "3.12"]

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

0 comments on commit 519de68

Please sign in to comment.