Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
native-api 4b77d83d9d
CI: add_version enhancements (#3480)
il y a 2 semaines
..
.gitignore CI: automatically check for CPython releases (#3388) il y a 6 mois
README.md Miniconda script review comments il y a 6 ans
add_cpython.py CI: add_version enhancements (#3480) il y a 2 semaines
add_miniconda.py Fix verify_py prefix in anaconda3-2025.06 il y a 6 mois
add_miniforge.py miniconda 26, CI: switch check to 3.13 (#3447) il y a 2 mois
requirements.txt CI: add_version enhancements (#3480) il y a 2 semaines

README.md

Scripts for updating python-build

Install dependencies with pip install -r requirements.txt.

add_miniconda.py

usage: add_miniconda.py [-h] [-d] [-v]

Script to add non-"latest" miniconda releases. Written for python 3.7. Checks
the miniconda download archives for new versions, then writes a build script
for any which do not exist locally, saving it to plugins/python-
build/share/python-build. Ignores releases below 4.3.30. Also ignores sub-
patch releases if that major.minor.patch already exists, but otherwise, takes
the latest sub-patch release for given OS/arch. Assumes all miniconda3
releases < 4.7 default to python 3.6, and anything else 3.7.

optional arguments:
  -h, --help     show this help message and exit
  -d, --dry-run  Do not write scripts, just report them to stdout
  -v, --verbose  Increase verbosity of logging