diff options
author | Shay <hillerys@element.io> | 2022-01-03 11:17:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 11:17:16 -0800 |
commit | 13c974ed358c28940588f447b363063c76063fc2 (patch) | |
tree | cbd0b0e9d7bdc4a90a2e75f962d8e527bdef106f /setup.py | |
parent | Convert all namedtuples to attrs. (#11665) (diff) | |
download | synapse-13c974ed358c28940588f447b363063c76063fc2.tar.xz |
Drop Bionic from Debian builds (#11633)
* update Trove classifiers to remove py36 * stop building bionic * update dh-virtualenv * newsfragment * fix newsfragment * update version refs * another try at correct tag * Update changelog
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py index fbb0133016..e618ff898b 100755 --- a/setup.py +++ b/setup.py @@ -162,7 +162,6 @@ setup( "Topic :: Communications :: Chat", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", |