From 1c2a41a94fa458a2e48958c53cc8c5a83ffbc35a Mon Sep 17 00:00:00 2001 From: PeterMeisrimelModelon <92585725+PeterMeisrimelModelon@users.noreply.github.com> Date: Wed, 29 May 2024 16:19:07 +0200 Subject: [PATCH] Properly setting required Python version (#100) Co-authored-by: Peter Meisrimel --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 09ebaa24..cf7c7349 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,9 @@ setup_requires = numpy >= 1.19.5 cython >= 3.0.7 +python_requires = >=3.9 + install_requires = - python >= 3.9 numpy >= 1.19.5 scipy >= 1.10.1, < 1.13.0 cython >= 3.0.7