I wanted to find the last package in the 3.6 series, so I found the announcement of the python 3.7 package build (September 4, 2018) and then looked that package up by date in https://repo.continuum.io/miniconda/ (Miniconda3-4.5.11), then traced it back one release. The end result:

Miniconda3-4.5.4 was the last Python 3.6 miniconda package.

Miniconda3-4.5.11 is the first that uses 3.7.

There are no releases 4.5.5->4.5.10 in that repository.

Answer from gremwell on Stack Overflow
🌐
Anaconda
anaconda.com › docs › getting-started › miniconda › main
Miniconda - Anaconda
For the latest Miniconda installers for Python 3.13, go to anaconda.com/download. The Miniconda installers are on the same page as the Anaconda Distribution installers, past registration.
🌐
AFNI
afni.nimh.nih.gov › pub › dist › doc › htmldoc › background_install › miniconda.html
1.6. Miniconda: Python(s) in a convenient setup — AFNI, SUMA and FATCAT: v26.0.09
Every Python program in the AFNI distribution runs in either Python 2.7 or Python 3.* except for the distributed version of Prantik Kundu’s multi-echo FMRI-processing program meica.py, which must be run in Python 2.7 (because of when it was written and its developer has left the field).
🌐
GitHub
github.com › koverholt › anaconda-version-map
GitHub - koverholt/anaconda-version-map: List of Anaconda/Miniconda versions and their corresponding Python versions · GitHub
The table below lists the version of Python that is the default for a given version of the Miniconda distribution.
Starred by 9 users
Forked by 2 users
Languages   Shell
🌐
Anaconda
anaconda.com › home › blog › new release: miniconda 24.9.2
New Release: Miniconda 24.9.2 | Anaconda
November 25, 2024 - We are excited to announce the 24.9.2 release of Miniconda, Anaconda’s miniature version of the Anaconda Distribution installer, that includes: Python – the most widely used programming language for data science and machine learning conda – ...
🌐
Anaconda
docs.anaconda.com › miniconda
Miniconda — Anaconda documentation
November 18, 2024 - To download the latest Miniconda installers for Python 3.12: Go to anaconda.com/download. Submit your email to register with Anaconda, if desired. Click Submit to continue to the Download Now page. Scroll down past the Anaconda Distribution installers. For a list of Miniconda hashes and an ...
🌐
Conda
docs.conda.io › projects › conda › en › stable › user-guide › tasks › manage-python.html
Managing Python — conda 26.3.2 documentation
Conda supports Python 3.10, 3.11, 3.12, 3.13, and 3.14. To list the versions of Python that are available to install, in your terminal window, run:
Find elsewhere
🌐
Anaconda
anaconda.com › home › blog › python 3.7 package build out & miniconda release
Anaconda | Python 3.7 Package Build Out & Miniconda Release
September 4, 2018 - Download Miniconda with Python 3.7 now. Note: For open source libraries that do not yet support Python 3.7, a Python 3.7 version will not be available.
🌐
GitHub
github.com › conda-incubator › setup-miniconda › issues › 144
Consider making the default Python version the same as the base environment's Python version · Issue #144 · conda-incubator/setup-miniconda
February 3, 2021 - The current default base environment if you download the latest miniconda is Python 3.8, not 3.9. I think this version is a good idea of what the Anaconda project thinks is the latest version you should use subject to sufficient stability and ...
Author   chrisjbillington
🌐
Readthedocs
geo-python-site.readthedocs.io › en › latest › course-info › installing-miniconda.html
Installing Python - Geo-Python - Read the Docs
Although some of the screenshots below highlight download links for older versions of Python, we recommend using Miniconda based on Python 3.11 or later for this course.
🌐
Anaconda
repo.anaconda.com › miniconda
Index of /miniconda
October 18, 2022 - By continuing installation, you hereby acknowledge and assent to the legal terms applicable to Miniconda at anaconda.com/legal.
🌐
Anaconda
anaconda.com › home › blog › new release: miniconda 24.11.1
New Release: Miniconda 24.11.1 | Anaconda
January 6, 2025 - We are excited to announce the ... installer. It includes: Python – the most widely used programming language for artificial intelligence, data science and machine learning conda – the open-source, ......
🌐
Python.org
discuss.python.org › python help
Does Miniconda Install Python - Python Help - Discussions on Python.org
September 12, 2023 - Hi, I have a new laptop. I installed Miniconda. But when I go cmd line and enter python --version, I receive an error message. Do I need to install Python separately? It seems from documentation it should be installed with Miniconda. Thanks, -w
🌐
GitHub
github.com › conda › conda › issues › 11728
Update miniconda installers (Python 3.10 & Miniconda 4.13+) · Issue #11728 · conda/conda
August 11, 2022 - A Miniconda installer with Python 3.10 would be convenient for teaching since novice students would have access to the improved Python error message without updating their Python version first.
Author   joelostblom