From 1b4aea04a698a41161f6a62dfea1991019855e0b Mon Sep 17 00:00:00 2001 From: Sierd de Vries Date: Fri, 14 Nov 2025 21:10:56 +0100 Subject: [PATCH] Update Python version requirement to <3.14 crash reported when newest python version is used. Numba not compatible yet. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 533aeb93..7dcdaf65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ maintainers = [ ] description = "A process-based model for simulating supply-limited aeolian sediment transport" readme = "README.md" -requires-python = ">=3.9, <4" +requires-python = ">=3.9, <3.14" license = {file = "LICENSE.txt"} keywords = ["aeolian sediment", "transport", "model", "deltares", "tudelft"] dependencies = [