Restrict python version to exclude 3.13

This commit is contained in:
Pim Nelissen
2026-01-27 15:50:32 +01:00
parent 623f610c8f
commit 07c3fc18a9

View File

@ -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",