Skip to content

Commit

Permalink
pyproject: Relax python version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Dec 13, 2023
1 parent ef35473 commit 1f79507
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 181 deletions.
4 changes: 2 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 @@ -28,7 +28,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9, <3.13"
python = ">=3.9, <4.0"
beautifulsoup4 = "*"
dataretrieval = ">=1"
erddapy = "*"
Expand Down
Loading

0 comments on commit 1f79507

Please sign in to comment.