From 9137224b9bcc74071a6b81eedf4568bbb7a3777c Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Mon, 4 Nov 2024 05:09:38 -0600 Subject: [PATCH] feat: add python_min --- recipe/conda_build_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 37aa4bc65b..a66568e70e 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -789,6 +789,10 @@ python_impl: - cpython - cpython - cpython +python_min: + # minimum supported python version per CFEP-25 + # bump to next minor version when we drop python versions + - '3.9' is_freethreading: - false # Keep in sync with libtorch