Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Kosmorro
/
lib
mirror da
https://github.com/Kosmorro/lib
Segui
1
Vota
0
Forka
0
Codice
Problemi
Rilasci
16
Attività
Sfoglia il codice sorgente
build: add support for Python 3.11
BREAKING CHANGE: Python 3.7 is npt supported anymore.
pull/58/head
Jérôme Deuchnord
2 anni fa
parent
d16d1b4990
commit
8aae0a8d88
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 1
- 1
.github/workflows/tests.yml
Vedi File
@@ -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
Vedi File
@@ -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"
Scrivi
Anteprima
Caricamento…
Annulla
Salva