From adb757b6a005c46a503be21089f7af92d9b19dd3 Mon Sep 17 00:00:00 2001 From: Subhash Bhushan Date: Tue, 23 Apr 2024 20:37:21 -0700 Subject: [PATCH] Clean up documentation --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88e247b..a5a90a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] keywords = [ @@ -48,7 +49,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.8" psycopg2 = "^2.9.9" [tool.poetry.dev-dependencies]