Add Python 3.11 to setup.cfg classifiers list

This commit is contained in:
Rishav Kundu
2022-11-16 22:45:53 +05:30
committed by GitHub
parent 25c0adacb0
commit 965279dd1c

View File

@@ -37,6 +37,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 :: Implementation :: CPython
[options]