Advertise Python 3.10 support in setup.py (#12111)

This commit is contained in:
Andrew Morgan 2022-03-01 12:35:32 +00:00 committed by GitHub
parent 5458eb8551
commit 4ccc2d09aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/12111.misc Normal file
View file

@ -0,0 +1 @@
Advertise support for Python 3.10 in packaging files.

View file

@ -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},