update docs link [no ci]

This commit is contained in:
Ivan Pozdeev 2026-08-13 14:48:28 +03:00
parent 06d89b9d75
commit 130c53bcd4

View file

@ -219,7 +219,8 @@ class CondaVersion(NamedTuple):
# since 4.8, Miniconda specifies versions explicitly in the file name
raise ValueError("Miniconda 4.8+ is supposed to specify a Python version explicitly")
if self.flavor == "anaconda":
# https://www.anaconda.com/docs/tools/anaconda-org/release-notes
# Info about the bundled Python version
# https://www.anaconda.com/docs/getting-started/anaconda/release-notes
if v >= (2026,7):
return PyVersion.PY314
if v >= (2025,6):