-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Update to conda 23.11, mamba 1.5.5, libmamba_solver 23.12 #523
Conversation
Thanks @hmaarrfk. |
We have an build for With |
|
I think we should specify this key too: https://conda.github.io/constructor/construct-yaml/#user-requested-specs This would allow us to have a cleaner history, without pinning key specs to certain versions. For example: user_requested_specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
{% else %}
- python 3.10.*
{% endif %}
- pip
- conda >={{ version.split("-")[0] }}
- mamba >={{ mamba_version }}
- miniforge_console_shortcut 1.* # [win] Note we have left |
This would be a prerelease initially right? Think ideally we would make the release official Monday or Tuesday in case we need hands available to resolve issues (should any arise) |
I think it makes sense to make the pre-release this weekend, then to make a release on monday |
8437d51
to
668da21
Compare
Yep, I have some time to babysit the release this week. |
if somebody else presses merge, i can start the pre-release. |
how are we feeling about the latest conda-smithy woes. I haven't been keeping up with the details so I was hesitant to merge myself. |
Just FYI, prerelease started. we can mark it as release when we want to in an hour or so |
That was just due to a minor change in
Thanks! |
Ok. Seems like we are set. I won't have time to pull a release today in case of errors but I can help tomorrow. If somebody else wants to take responsibility today then the tag seems ready to be marked as latest |
This reverts #522 and in effect updates to 23.10 (or soon 23.11)
KeyError
in some conda-build cases conda/conda-libmamba-solver#386Closes #511
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)