Early support for Python3.10 Fixes #1940

This commit is contained in:
grossmj
2021-08-15 15:09:48 +09:30
parent 8c0899d086
commit 496170b4e5
3 changed files with 3 additions and 2 deletions

View File

@ -80,6 +80,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",
],
)