upgrade psycopg2 for python 3.11

Upgrade for all, it's a minor version
This commit is contained in:
Glandos 2022-10-23 17:34:54 +02:00
parent ba8196959c
commit b540639d7f

View file

@ -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 =