Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Kosmorro
/
lib
espelho de
https://github.com/Kosmorro/lib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
Lançamentos
16
Trabalho
Ver a proveniência
build: add support for Python 3.11
BREAKING CHANGE: Python 3.7 is npt supported anymore.
pull/58/head
Jérôme Deuchnord
há 2 anos
ascendente
d16d1b4990
cometimento
8aae0a8d88
2 ficheiros alterados
com
2 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
+1
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 1
- 1
.github/workflows/tests.yml
Ver ficheiro
@@ -18,10 +18,10 @@ jobs:
- macos-11.0
- windows-latest
python_version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
name: Doc tests (Python ${{ matrix.python_version }} on ${{ matrix.os }})
steps:
+ 1
- 1
pyproject.toml
Ver ficheiro
@@ -19,7 +19,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.
7,<3.11
"
python = ">=3.
8,<3.12
"
skyfield = "^1.21"
skyfield-data = ">=3,<5"
python-dateutil = "^2.8"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar