Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Kosmorro
/
lib
réplica de
https://github.com/Kosmorro/lib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
Lanzamientos
16
Actividad
Explorar el Código
build: add support for Python 3.11
BREAKING CHANGE: Python 3.7 is npt supported anymore.
pull/58/head
Jérôme Deuchnord
hace 2 años
padre
d16d1b4990
commit
8aae0a8d88
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 1
- 1
.github/workflows/tests.yml
Ver fichero
@@ -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 fichero
@@ -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"
Escribir
Vista previa
Cargando…
Cancelar
Guardar