Skip to content
Snippets Groups Projects
Unverified Commit 4ccc2d09 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

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

parent 5458eb85
No related branches found
No related tags found
No related merge requests found
Advertise support for Python 3.10 in packaging files.
\ No newline at end of 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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment