Skip to content

Commit

Permalink
constraint python version in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Nov 7, 2023
1 parent 85137bd commit df9d1ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sarxarray"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"dask[complete]",
"xarray",
Expand Down Expand Up @@ -70,4 +71,7 @@ testpaths = [

[tool.coverage.run]
branch = true
source = ["sarxarray"]
source = ["sarxarray"]

[tool.ruff]
target-version = "py310"

0 comments on commit df9d1ca

Please sign in to comment.