Early support for Python3.10

This commit is contained in:
grossmj
2021-08-15 15:10:02 +09:30
parent 6619c6af97
commit 2790f707c3

View File

@@ -97,6 +97,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
],
)