Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyOpenMS was only built for Python 3.13 #53369

Open
RalfG opened this issue Jan 21, 2025 · 7 comments
Open

pyOpenMS was only built for Python 3.13 #53369

RalfG opened this issue Jan 21, 2025 · 7 comments

Comments

@RalfG
Copy link
Contributor

RalfG commented Jan 21, 2025

See #53314

@timosachsenberg, could you take a look?

I believe this could be fixed by removing the >=3.9 version requirement for Python. Not sure why, but saw this for other bioconda builds as well.

@timosachsenberg
Copy link
Contributor

Thanks. Will look into it. Could also be the ICU version… @jpfeuffer do you know by chance?

@jpfeuffer
Copy link
Contributor

jpfeuffer commented Jan 21, 2025

I don't even know why we need to fix or even list icu.
Should be decided through transitivity.

Python versions are usually not defined in the meta.yml but through the conda build config file (at least on conda-forge).

@jpfeuffer
Copy link
Contributor

#30693

@jpfeuffer
Copy link
Contributor

jpfeuffer commented Jan 21, 2025

On the other hand it is listed as a valid method here:
https://bioconda.github.io/contributor/guidelines.html#python

Probably just for noarch packages.
I assume just one more weird behavior of bioconda.

@jpfeuffer
Copy link
Contributor

A solution could be to add a

skip: True with a specific python version selector. E.g. [py38]

@timosachsenberg
Copy link
Contributor

@bgruening do you know what the correct way is to specify this in our case?

@timosachsenberg
Copy link
Contributor

I think it is building now for multiple versions: #53390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants