Browse Source

build!: remove support for Python 3.7

python/remove-python37
Jérôme Deuchnord 1 year ago
parent
commit
00a4ae59bd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@@ -19,7 +19,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.8,<3.11"
skyfield = "^1.21"
skyfield-data = ">=3,<5"
python-dateutil = "^2.8"


Loading…
Cancel
Save