From 136ec82c005bcac9cbc962b230b5697342930a03 Mon Sep 17 00:00:00 2001 From: Brunno Vanelli Date: Tue, 14 Jan 2025 22:04:47 +0100 Subject: [PATCH] chore: Bump minimum version of Python to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d012bf..1197505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" authors = [ { name = "Brunno Vanelli", email = "brunnovanelli@gmail.com" } ] -requires-python = ">=3.8.0" +requires-python = ">=3.9.0" dependencies = [ "requests>=2", "sqlmodel>=0.0.18",