Skip to content

Commit 40c68b9

Browse files
authored
Update Python version requirement to <3.14 (#270)
crash reported when newest python version is used. Numba not compatible yet.
1 parent a694dd9 commit 40c68b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maintainers = [
2222
]
2323
description = "A process-based model for simulating supply-limited aeolian sediment transport"
2424
readme = "README.md"
25-
requires-python = ">=3.9, <4"
25+
requires-python = ">=3.9, <3.14"
2626
license = {file = "LICENSE.txt"}
2727
keywords = ["aeolian sediment", "transport", "model", "deltares", "tudelft"]
2828
dependencies = [

0 commit comments

Comments
 (0)