summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-04-08 12:00:47 +0100
committerRichard van der Hoff <richard@matrix.org>2021-04-08 16:42:32 +0100
commitabade34633da2002014a1dd7e4da3f558e610582 (patch)
treecbbae1709dd8843aeae757ea4a283eaa44bb5bff /setup.py
parentunpin olddeps build from py36 (diff)
downloadsynapse-abade34633da2002014a1dd7e4da3f558e610582.tar.xz
Require py36 and Postgres 9.6
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py

index 29e9971dc1..4e9e333c60 100755 --- a/setup.py +++ b/setup.py
@@ -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",