[CI] Drop unsupported py39 based functional job

Python 3.9 is not supported in 2025.2 Flamingo release and with latest
library releases the py39 based functional test job started to fail, so
let's get rid of it.

[1] https://governance.openstack.org/tc/reference/runtimes/2025.2.html

Change-Id: I7726c99961ef41c7cf5ec71bf28df15eee191877
Signed-off-by: Elod Illes <elod.illes@est.tech>
This commit is contained in:
Elod Illes
2025-09-05 17:29:16 +02:00
parent 53f6f56b9c
commit ffb58eca9b

View File

@@ -7,9 +7,6 @@
- openstackclient-plugin-jobs
check:
jobs:
- openstack-tox-functional-py39:
required-projects:
- openstack/placement
- openstack-tox-functional-py310:
required-projects:
- openstack/placement
@@ -21,9 +18,6 @@
- openstack/placement
gate:
jobs:
- openstack-tox-functional-py39:
required-projects:
- openstack/placement
- openstack-tox-functional-py310:
required-projects:
- openstack/placement