You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
When I build it with mambabuild, I expect a package or multiple packages that may be used for python 3.10 or python 3.11, however only a package for python 3.11 is created. How may I target multiple python versions?
I am using version 3.25.0:
$ conda mambabuild --version
conda-build 3.25.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I have a
meta.yaml
script formambabuild
with the followingrequirements
section:When I build it with
mambabuild
, I expect a package or multiple packages that may be used for python 3.10 or python 3.11, however only a package for python 3.11 is created. How may I target multiple python versions?I am using version 3.25.0:
The text was updated successfully, but these errors were encountered: