Deuchnord
2 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
.github/workflows/tests.yml
-
pyproject.toml
|
|
@@ -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: |
|
|
|
|
|
@@ -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" |
|
|
|