Merge "Add support for Python 3.10"

This commit is contained in:
Zuul 2022-06-21 04:18:32 +00:00 committed by Gerrit Code Review
commit a8f2eee128

View File

@ -16,6 +16,7 @@ classifier =
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
Environment :: Console Environment :: Console
python_requires = >=3.6 python_requires = >=3.6