From b540639d7f8f9473b32d0279567a916e26c2c130 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sun, 23 Oct 2022 17:34:54 +0200 Subject: [PATCH] upgrade psycopg2 for python 3.11 Upgrade for all, it's a minor version --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 81daf005..0299a5f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,8 @@ install_requires = [options.extras_require] database = - psycopg2-binary>=2.9,<3 + # Python 3.11 support starts in 2.9.2 + psycopg2-binary>=2.9.2,<3 PyMySQL>=0.9,<1.1 dev =