From ddd42c9b64f8ef64e7e313d3e1d45da02ed9ae7e Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Mon, 13 Apr 2026 11:38:23 +0200 Subject: [PATCH] Bumped Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f141088..cd374e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ { name = "S. Junges", email = "sebastian.junges@ru.nl" }, { name = "M. Volk", email = "m.volk@tue.nl" } ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "stormpy>=1.10", ]