From 7d7934b8e1ff8a248b4c80e23970c4b51bc2b38e Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 18 Nov 2023 09:11:35 -0700 Subject: [PATCH] Update python constrains --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a487349..059d583 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,10 +16,10 @@ build: requirements: host: - - python >=3.6 + - python >=3.7 - pip run: - - python >=3.6 + - python >=3.7 - protobuf >=4.21.6 - grpcio >=1.59.3 - googleapis-common-protos >=1.5.5