Declare support for Python 3.11.

This commit is contained in:
Joshua Bronson 2022-10-29 19:11:37 -04:00
parent bf565274c4
commit c56b882c82
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,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',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',