diff --git a/pyproject.toml b/pyproject.toml index 1d90d66..98c339d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"