Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Kosmorro
/
kosmorro
espelho de
https://github.com/Kosmorro/kosmorro
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
Lançamentos
33
Trabalho
Ver a proveniência
fix: compatibility with Python 3.12
tags/v0.10.13
Deuchnord
há 1 ano
ascendente
22fc7639e9
cometimento
4d6b980115
2 ficheiros alterados
com
3 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 2
- 1
.github/workflows/tests.yml
Ver ficheiro
@@ -35,9 +35,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name:
Prepare test
s
- name:
Install dependencie
s
run: |
pip install -U pip poetry
poetry env use $(which python)
poetry install
- name: E2E tests
+ 1
- 1
pyproject.toml
Ver ficheiro
@@ -15,7 +15,7 @@ include = [
kosmorro = 'kosmorro.__main__:main'
[tool.poetry.dependencies]
python = "
>=3.8,<3.12
"
python = "
^3.8
"
tabulate = ">=0.8,<0.10"
termcolor = ">=1.1,<3.0"
kosmorrolib = "^1.0"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar