Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
pyenv
espelho de
https://github.com/pyenv/pyenv.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
241
Wiki
Trabalho
Ver a proveniência
Support miniconda with Python 3.10
pull/2583/head
Alex Hedges
há 3 anos
ascendente
894bcd8717
cometimento
b3a5b5eee3
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
plugins/python-build/scripts/add_miniconda.py
+ 1
- 0
plugins/python-build/scripts/add_miniconda.py
Ver ficheiro
@ -108,6 +108,7 @@ class PyVersion(StrEnum):
PY37
=
"
py37
"
PY38
=
"
py38
"
PY39
=
"
py39
"
PY310
=
"
py310
"
def
version
(
self
)
:
first
,
*
others
=
self
.
value
[
2
:
]
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar