Skip to content

Commit

Permalink
Allow Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Jan 16, 2024
1 parent f23e9f9 commit 72073e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = ["mdio", "multidimio", "seismic", "wind", "data"]
Changelog = "https://github.com/TGSAI/mdio-python/releases"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
click = "^8.1.7"
click-params = "^0.5.0"
zarr = "^2.16.1"
Expand Down

0 comments on commit 72073e3

Please sign in to comment.