From a7044e5c0f1ef3c1d3844d4b44458b30ca6b80d4 Mon Sep 17 00:00:00 2001 From: Dan Callahan Date: Mon, 12 Apr 2021 16:00:28 +0100 Subject: [PATCH] Drop Python 3.5 from Trove classifier metadata. (#9782) * Drop Python 3.5 from Trove classifier metadata. Signed-off-by: Dan Callahan --- changelog.d/9782.misc | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/9782.misc diff --git a/changelog.d/9782.misc b/changelog.d/9782.misc new file mode 100644 index 000000000..ecf49cfee --- /dev/null +++ b/changelog.d/9782.misc @@ -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. diff --git a/setup.py b/setup.py index 2eb70d0bb..4530df348 100755 --- a/setup.py +++ b/setup.py @@ -129,7 +129,6 @@ setup( "Topic :: Communications :: Chat", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",