Update python classifier in setup.cfg

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

Change-Id: I03447ec39b2456a8ae57fdfc3b1efc3ad9d256ef
This commit is contained in:
Ghanshyam Mann 2024-01-03 23:14:28 -08:00
parent 27fe8009b5
commit 7114feec84
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators