From 5747bbdfa7731f9a4e8093c2530622522d5a8637 Mon Sep 17 00:00:00 2001 From: Livio Ribeiro Date: Thu, 28 Mar 2024 13:25:10 -0300 Subject: [PATCH] add python 3.12 trove classifier --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 392d4b0..d9b0651 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", @@ -56,9 +57,9 @@ pytest = "^8" pytest-asyncio = "^0.23" pytest-cov = "^4" coverage = { version = "^7", extras = ["toml"] } -httpx = "^0.26" +httpx = "^0.27" aiosqlite = "^0.19" -asyncpg = "^0.29" +psycopg = "^3.1" [tool.poetry.group.lint] optional = true