Skip to content

Commit

Permalink
set upper limit 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele committed Jul 14, 2023
1 parent 39530b6 commit 2ead476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<=3.11"
python = ">=3.9,<3.12"
geopandas = { version = ">=0.11.1,<1", optional = true }
xarray = { version = ">=2022.11.0", optional = true }
dask = {extras = ["array"], version = ">=2022.11.1", optional = true}
Expand Down

0 comments on commit 2ead476

Please sign in to comment.