Support for Python 3.11

This commit is contained in:
grossmj
2022-10-30 19:04:54 +08:00
parent 82fc4fb3c9
commit 9ad5760ee6

View File

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