From db783ffb1134fc26e9cf5c4993abedcb6e03e124 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:06:06 +0000 Subject: [PATCH 1/3] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 06141eb630..7a143d7e43 100644 --- a/README.md +++ b/README.md @@ -144,3 +144,6 @@ Feedstock Maintainers * [@conda-forge/Core](https://github.com/orgs/conda-forge/teams/Core/) + + + From 04817b657695d27cd38255b4788daf1e835420bf Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:08:32 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.2, and conda-forge-pinning 2024.11.04.10.08.39 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7a143d7e43..06141eb630 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,3 @@ Feedstock Maintainers * [@conda-forge/Core](https://github.com/orgs/conda-forge/teams/Core/) - - - From 9137224b9bcc74071a6b81eedf4568bbb7a3777c Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Mon, 4 Nov 2024 05:09:38 -0600 Subject: [PATCH 3/3] 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