From ab6545d906f5c4e064e25487479cbb9e72030ccb Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Wed, 17 Jul 2024 14:00:42 -0400 Subject: [PATCH] Bumps minimum python version to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e1406e..ce78160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] -python = ">=3.8" +python = ">=3.9" pydantic-settings = "2.3.4" sqlalchemy = "2.0.31"