mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-24 18:31:01 -05:00
Advertise Python 3.10 support in setup.py (#12111)
This commit is contained in:
parent
5458eb8551
commit
4ccc2d09aa
1
changelog.d/12111.misc
Normal file
1
changelog.d/12111.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Advertise support for Python 3.10 in packaging files.
|
1
setup.py
1
setup.py
@ -165,6 +165,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
],
|
],
|
||||||
scripts=["synctl"] + glob.glob("scripts/*"),
|
scripts=["synctl"] + glob.glob("scripts/*"),
|
||||||
cmdclass={"test": TestCommand},
|
cmdclass={"test": TestCommand},
|
||||||
|
Loading…
Reference in New Issue
Block a user