From 78bd0aee1214d504b7328170fb6ad5330f09d308 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 5 Jan 2024 14:34:03 +1100 Subject: [PATCH] conda/meta.yaml: Constrained python version to <=3.11 --- conda/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 9a51d328..7a39f4df 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,11 +21,11 @@ source: requirements: build: - - python + - python <=3.11 - pbr - setuptools run: - - python + - python <=3.11 - f90nml >=0.16 - yamanifest >=0.3.4 - PyYAML @@ -37,8 +37,8 @@ requirements: # extra for the pypi package - pyOpenSSL >=0.14 - cryptography>=1.3.4 - - GitPython >= 3.1.40 - - ruamel.yaml >= 0.18.5 + - GitPython >=3.1.40 + - ruamel.yaml >=0.18.5 test: imports: