Fix python classifier for py39

Temepest test and support python 3.9 so
fixing then python classifier in setup.cfg

Change-Id: Ida4ca6e04f6485c5c11e95ff708558267a827d2a
This commit is contained in:
Ghanshyam Mann 2022-11-23 14:33:00 -06:00
parent 20e460dacf
commit 25c441c76a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython