Skip to content
Snippets Groups Projects
Unverified Commit 25e2d193 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Advertise Python 3.8 support in setup.py (#7602)

Synapse supports Python 3.8. We've been using it in CI for a while now.
parent fe434cd3
No related branches found
No related tags found
No related merge requests found
Advertise Python 3.8 support in `setup.py`.
...@@ -114,6 +114,7 @@ setup( ...@@ -114,6 +114,7 @@ setup(
"Programming Language :: Python :: 3.5", "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",
], ],
scripts=["synctl"] + glob.glob("scripts/*"), scripts=["synctl"] + glob.glob("scripts/*"),
cmdclass={"test": TestCommand}, cmdclass={"test": TestCommand},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment