Fix python 3.11 job and 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

Fixing the py311 unit test job.

Change-Id: Ie53dc343927bc107a2445ed96a84d24d6513dc7d
This commit is contained in:
Ghanshyam Mann 2024-01-03 23:13:31 -08:00
parent c898a310af
commit f749fad388
2 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,9 @@
# see https://docs.openstack.org/infra/bindep/ for additional information.
libpq-dev [platform:dpkg]
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
mysql-client [platform:dpkg !platform:debian]
mysql-server [platform:dpkg !platform:debian]
mariadb-server [platform:rpm platform:redhat platform:debian]
postgresql
postgresql-client [platform:dpkg]

View File

@ -35,6 +35,9 @@ classifier =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =