mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 17:40:21 -04: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.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
],
|
||||
scripts=["synctl"] + glob.glob("scripts/*"),
|
||||
cmdclass={"test": TestCommand},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue