Added Python 3.11 to the list of supported versions in the setup.cfg
This commit is contained in:
parent
968b1ddae6
commit
0b9b171c8d
|
@ -19,6 +19,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
|
||||
Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
||||
Topic :: Software Development :: Libraries :: Python Modules
|
||||
|
|
Loading…
Reference in New Issue