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 =