From cda3dbc3a07c2dbe3e31e7eef2bece369466d424 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Oct 2025 02:59:22 +0900 Subject: [PATCH] Replace remaining py39 target ... because Python 3.9 is no longer supported. Change-Id: I569e7f553edc890a701ac6599a8218076f13d2bd Signed-off-by: Takashi Kajinami --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e1e2b5fbb..89067377c 100644 --- a/tox.ini +++ b/tox.ini @@ -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}