Skip to content

Conversation

@13steinj
Copy link
Contributor

@13steinj 13steinj commented Dec 9, 2025

Make sure you have checked all steps below.

Prerequisite

  • Please consider implementing the feature as a hook script or plugin as a first step.
    • pyenv has some powerful support for plugins and hook scripts. Please refer to Authoring plugins for details and try to implement it as a plugin if possible.
  • Please consider contributing the patch upstream to rbenv, since we have borrowed most of the code from that project.
    • We occasionally import the changes from rbenv. In general, you can expect changes made in rbenv will be imported to pyenv too, eventually.
    • Generally speaking, we prefer not to make changes in the core in order to keep compatibility with rbenv.
  • My PR addresses the following pyenv issue (if any)

Description

Update requirements for the add_miniconda script

At least under Python 3.14, this quickly fails without lxml[html_clean]
installed explicitly.

Add miniforge3 25.9.1-0, 25.11.0-1

Adds latest miniforge releases 25.9.1-0, 25.11.0-1.

Skips 25.11.0-0 due to a regression reported in the release notes of
miniforge3-25.11.0-1.

Ref: https://github.com/conda-forge/miniforge/releases/tag/25.11.0-1

Tests

  • My PR adds the following unit tests (if any)

At least under Python 3.14, this quickly fails without lxml[html_clean]
installed explicitly.
Adds latest miniforge releases 25.9.1-0, 25.11.0-1.

Skips 25.11.0-0 due to a regression reported in the release notes of
miniforge3-25.11.0-1.

Ref: https://github.com/conda-forge/miniforge/releases/tag/25.11.0-1
@13steinj 13steinj requested review from a team as code owners December 9, 2025 18:32
@native-api native-api merged commit 3b25462 into pyenv:master Dec 9, 2025
27 checks passed
@native-api native-api changed the title Adds latest miniforge releases 25.9.1-0, 25.11.0-1 Add miniforge 25.9.1-0, 25.11.0-1 Dec 9, 2025
@13steinj 13steinj deleted the new-miniforge-miniconda-versions branch December 9, 2025 21:07
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

Successfully merging this pull request may close these issues.

2 participants