Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Introduce new Python version to conda-forge feedstock

Tags:

python

conda

A conda package I rely on is available in the conda-forge channel (=there exists a feedstock already) but not yet for the Python version x.y . Which steps need to be taken to bring it to that version on conda-forge?

like image 493
Tim Tröndle Avatar asked Mar 01 '26 10:03

Tim Tröndle


1 Answers

You should run conda smithy rerender in the feedstock repo locally on a new branch, push it up to your fork, and open a pull request.

like image 99
Anthony Scopatz Avatar answered Mar 02 '26 23:03

Anthony Scopatz