Require py36 and Postgres 9.6

This commit is contained in:
Richard van der Hoff 2021-04-08 12:00:47 +01:00
parent 906065c75b
commit abade34633
3 changed files with 4 additions and 3 deletions

View file

@ -123,7 +123,7 @@ setup(
zip_safe=False,
long_description=long_description,
long_description_content_type="text/x-rst",
python_requires="~=3.5",
python_requires="~=3.6",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Topic :: Communications :: Chat",