diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-04-08 12:00:47 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-04-08 16:42:32 +0100 |
commit | abade34633da2002014a1dd7e4da3f558e610582 (patch) | |
tree | cbbae1709dd8843aeae757ea4a283eaa44bb5bff /setup.py | |
parent | unpin olddeps build from py36 (diff) | |
download | synapse-abade34633da2002014a1dd7e4da3f558e610582.tar.xz |
Require py36 and Postgres 9.6
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
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", |