add python 3.11 classifier
This commit is contained in:
parent
83c12eae7f
commit
4b5a4730d4
1
setup.py
1
setup.py
|
@ -29,6 +29,7 @@ setup_args = {
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
"License :: OSI Approved :: MIT License"
|
"License :: OSI Approved :: MIT License"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue