From 71826a05b6531f0c3f13750138a7c626151b8a5e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 19 Feb 2024 12:08:28 -0500 Subject: [PATCH] fix: setuptools 69.1 requires Python 3.8 --- recipe/patch_yaml/setuptools.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipe/patch_yaml/setuptools.yaml b/recipe/patch_yaml/setuptools.yaml index 88dd6bc81..aa3b6ae10 100644 --- a/recipe/patch_yaml/setuptools.yaml +++ b/recipe/patch_yaml/setuptools.yaml @@ -22,3 +22,13 @@ then: new: setuptools <60.0.0 - add_depends: # doesn't add duplicates - setuptools <60.0.0 +--- +if: + name: setuptools + version_in: + - "69.1.0" + build: pyhd8ed1ab_0 +then: + - replace_depends: + old: python >=3.7 + new: python >=3.8