Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Support miniconda with Python 3.11
pull/2742/head
Alex Hedges
3 anos atrás
pai
dd5378941a
commit
3f6bc8d16a
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
plugins/python-build/scripts/add_miniconda.py
+ 1
- 0
plugins/python-build/scripts/add_miniconda.py
Ver arquivo
@ -109,6 +109,7 @@ class PyVersion(StrEnum):
PY38
=
"
py38
"
PY39
=
"
py39
"
PY310
=
"
py310
"
PY311
=
"
py311
"
def
version
(
self
)
:
first
,
*
others
=
self
.
value
[
2
:
]
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar