mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
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.
This commit is contained in:
parent
fe434cd3c9
commit
25e2d193e3
2 changed files with 2 additions and 0 deletions
1
changelog.d/7602.doc
Normal file
1
changelog.d/7602.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Advertise Python 3.8 support in `setup.py`.
|
1
setup.py
1
setup.py
|
@ -114,6 +114,7 @@ setup(
|
|||
"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},
|
||||
|
|
Loading…
Reference in a new issue