summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-04-12 16:00:28 +0100
committerGitHub <noreply@github.com>2021-04-12 16:00:28 +0100
commita7044e5c0f1ef3c1d3844d4b44458b30ca6b80d4 (patch)
tree069693bc31f7c51f75dc14b3c6fe812f454076ea /setup.py
parentAdd option to skip unit tests when building debs (#9793) (diff)
downloadsynapse-a7044e5c0f1ef3c1d3844d4b44458b30ca6b80d4.tar.xz
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>
Diffstat (limited to '')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2eb70d0bb3..4530df348a 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",