mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 12:56:08 -04:00
Require py36 and Postgres 9.6
This commit is contained in:
parent
906065c75b
commit
abade34633
3 changed files with 4 additions and 3 deletions
2
setup.py
2
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue