Skip to content

Commit

Permalink
release py312 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Sep 20, 2024
1 parent f14534a commit c017ad9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envs/hydromt-delft3dfm-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pip
- pyflwdir >=0.5.4
- pyproj
- python<=3.11
- python>=3.9
- scipy
- shapely>=2.0.0
- xarray<=2024.3.0
Expand Down
2 changes: 1 addition & 1 deletion envs/hydromt-delft3dfm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pytest-cov # tests
- pytest-mock # tests
- pytest-timeout # test
- python<=3.11
- python>=3.9
- responses # tests
- ruff # linting
- shapely>=2.0.0
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"pyflwdir>=0.5.4",
"networkx",
]
requires-python = ">=3.9, <3.12"
requires-python = ">=3.9"
readme = "README.rst"
classifiers = [
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand All @@ -39,6 +39,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = ['version', 'description']

Expand Down

0 comments on commit c017ad9

Please sign in to comment.