mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 22:44:06 -05:00
Drop Python 3.5 from Trove classifier metadata. (#9782)
* Drop Python 3.5 from Trove classifier metadata. Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
3efde8b69a
commit
a7044e5c0f
1
changelog.d/9782.misc
Normal file
1
changelog.d/9782.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later.
|
1
setup.py
1
setup.py
@ -129,7 +129,6 @@ setup(
|
|||||||
"Topic :: Communications :: Chat",
|
"Topic :: Communications :: Chat",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: 3.5",
|
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user