Skip to content

Commit

Permalink
Advertise Python 3.8 support in setup.py (matrix-org#7602)
Browse files Browse the repository at this point in the history
Synapse supports Python 3.8. We've been using it in CI for a while now.
  • Loading branch information
anoadragon453 authored and phil-flex committed Jun 16, 2020
1 parent d0167b0 commit 8f778e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/7602.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Advertise Python 3.8 support in `setup.py`.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def exec_file(path_segments):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
scripts=["synctl"] + glob.glob("scripts/*"),
cmdclass={"test": TestCommand},
Expand Down

0 comments on commit 8f778e3

Please sign in to comment.