Replace remaining py39 target

... because Python 3.9 is no longer supported.

Change-Id: I569e7f553edc890a701ac6599a8218076f13d2bd
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-10-13 02:59:22 +09:00
parent 89bf1a232f
commit cda3dbc3a0

View File

@@ -29,7 +29,7 @@ passenv =
# there is also secret magic in subunit-trace which lets you run in a fail only
# mode. To do this define the TRACE_FAILONLY environmental variable.
[testenv:functional{,-py39,-py310,-py311,-py312}]
[testenv:functional{,-py310,-py311,-py312,-py313}]
commands =
stestr --test-path=./placement/tests/functional run {posargs}