conda-forge / anndata-feedstock

A conda-smithy repository for anndata.
BSD 3-Clause "New" or "Revised" License
1 stars 10 forks source link

anndata 0.11.0 requires python >= 3.10 #45

Open jdblischak opened 6 hours ago

jdblischak commented 6 hours ago

Checklist


The 0.11.0 update PR was automerged before its dependencies could be updated (#42). It now requires a minimum of python 3.10 (https://github.com/scverse/anndata/pull/1712). Because the conda recipe was not updated, anndata 0.11.0 will be installed into conda envs with python 3.9, breaking them.

I implemented the new python_min strategy for noarch python recipes like this. It should help catch these types of problems automatically in the future.

https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python https://github.com/conda-forge/cfep/blob/main/cfep-25.md

conda-forge-admin commented 6 hours ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found some lint.

Here's what I've got...

For recipe/meta.yaml:

conda-forge-admin commented 6 hours ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.