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
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Advertise support for Python 3.10 in packaging files.
+1
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},