Note support for Python 3.9 (#8665)

As expected, all tests pass locally without modification.

Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
Dan Callahan 2020-10-27 23:24:33 +00:00 committed by GitHub
parent f49c2093b5
commit 88e1d0c52b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View file

@ -131,6 +131,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
scripts=["synctl"] + glob.glob("scripts/*"),
cmdclass={"test": TestCommand},