Replace remaining py39 target

... because Python 3.9 is no longer supported.

Change-Id: Id3b3a0c3f9366d32f2401d4b05f45c8bcac48035
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-10-13 03:01:06 +09:00
parent e58849f554
commit 975a38c516

View File

@@ -15,7 +15,7 @@ usedevelop = True
commands = stestr run --slowest {posargs}
distribute = false
[testenv:functional{,-py39,-py310,-py311,-py312}]
[testenv:functional{,-py310,-py311,-py312,-py313}]
setenv =
{[testenv]setenv}
OS_TEST_PATH=./osprofiler/tests/functional