From 325993d09660fbafb998d356df0e4b27be7b3637 Mon Sep 17 00:00:00 2001 From: pciturri Date: Mon, 29 Jul 2024 12:00:51 +0200 Subject: [PATCH] build: enforced python version <3.12 in conda and pip builds --- environment.yml | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index e049df2..2fc9532 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,7 @@ channels: - conda-forge - defaults dependencies: + - python <= 3.11 - numpy - pycsep - dateparser diff --git a/setup.cfg b/setup.cfg index 7b03544..fef90b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = seaborn tables xmltodict -python_requires = >=3.9 +python_requires = >=3.9,<3.12 zip_safe = no [options.packages.find]