From 975a38c516583973d83cb4cfc73275016d0004ce Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Oct 2025 03:01:06 +0900 Subject: [PATCH] Replace remaining py39 target ... because Python 3.9 is no longer supported. Change-Id: Id3b3a0c3f9366d32f2401d4b05f45c8bcac48035 Signed-off-by: Takashi Kajinami --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 78d6d5a..4419d55 100644 --- a/tox.ini +++ b/tox.ini @@ -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