mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
update docs link [no ci]
This commit is contained in:
parent
06d89b9d75
commit
130c53bcd4
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue