Declare support for Python 3.11 (#3020)

This commit is contained in:
Oleh Prypin
2022-10-29 14:48:00 +02:00
committed by GitHub
parent 32359f3e93
commit c576f07d30
3 changed files with 10 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",