From 07c3fc18a9f45508dd6e960e98bd7c7964f31ab8 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Tue, 27 Jan 2026 15:50:32 +0100 Subject: [PATCH] Restrict python version to exclude 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00cb2eb..7ca4f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] description = "Primary Gamma RADiation Landscape" readme = "README.md" -requires-python = ">=3.12.4" +requires-python = ">=3.12.4,<3.13" dependencies = [ "matplotlib>=3.9.2", "numpy>=2",