Add Python 3.11 to setup.cfg classifiers list (#179)

This commit is contained in:
Rishav Kundu 2022-11-17 07:56:19 +05:30 committed by GitHub
parent 25c0adacb0
commit 0202efd39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ classifiers =
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
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
[options] [options]