From 00a4ae59bd3a61f758d140f74a77c15f019e0b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Fri, 28 Oct 2022 11:39:40 +0200 Subject: [PATCH] build!: remove support for Python 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"