Update python classifier in setup.cfg

As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg

Change-Id: Ib6f14c4348c6fbb251c15c9982dfb2fb4b8d249c
This commit is contained in:
likui 2023-11-22 16:26:13 +08:00
parent 670ba207bc
commit 3a87a46701

View File

@ -23,6 +23,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
Programming Language :: Python :: Implementation :: CPython