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.10
pull/2583/head
Alex Hedges
3 anos atrás
pai
894bcd8717
commit
b3a5b5eee3
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
@ -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é-visualização
Carregando…
Cancelar
Salvar