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: Ie609845195ceea1d3bc71dfce6b1f214f0648dc4
This commit is contained in:
Ghanshyam Mann 2024-01-03 18:38:15 -08:00
parent a10ac95be1
commit 6ec5db8429
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ classifier =
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
[files]