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]