From bdf48001a8759ab36eda049af94cf2bc2f158372 Mon Sep 17 00:00:00 2001 From: Subhash Bhushan Date: Tue, 23 Apr 2024 20:38:59 -0700 Subject: [PATCH] Add support for 3.9+ --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5a90a5..a375de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -49,7 +48,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" psycopg2 = "^2.9.9" [tool.poetry.dev-dependencies]