mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 14:32:30 +01:00
Advertise Python 3.10 support in setup.py (#12111)
This commit is contained in:
parent
5458eb8551
commit
4ccc2d09aa
2 changed files with 2 additions and 0 deletions
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 a new issue