Skip to content

Commit

Permalink
Merge pull request #6646 from conda-forge-admin/conda_forge_admin_6645
Browse files Browse the repository at this point in the history
feat: add `python_min` variable per CFEP-25
  • Loading branch information
beckermr authored Nov 4, 2024
2 parents 583bd33 + 9137224 commit 013ccb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 013ccb2

Please sign in to comment.