From ad9a58eaf0dea329a932e6e7d2197ceca11f1459 Mon Sep 17 00:00:00 2001 From: sfc-gh-sfan Date: Tue, 15 Aug 2023 09:38:47 -0700 Subject: [PATCH] Update supported python version --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 13a180e..d7f78c0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,10 +16,10 @@ build: requirements: host: - - python >=3.8,<3.9 + - python >=3.8,<3.11 - pip run: - - python >=3.8,<3.9 + - python >=3.8,<3.11 - setuptools >=40.6.0 - wheel - cloudpickle >=1.6.0,<=2.0.0