Remove functional testenv for py38/py39

Python 3.8 and 3.9 are no longer supported.
Refer to pyproject.toml for the current supported versions.

Change-Id: Ie7f917c26299509050294037cc27e1fd9c20e78b
Signed-off-by: Koya Watanabe <koywatan@lycorp.co.jp>
This commit is contained in:
Koya Watanabe
2025-11-22 18:02:27 +09:00
committed by Stephen Finucane
parent c17c5f0df6
commit f2f0f92d41

View File

@@ -44,7 +44,7 @@ commands =
python -m pip freeze python -m pip freeze
stestr run {posargs} stestr run {posargs}
[testenv:functional{,-tips,-py38,-py39,-py310,-py311,-py312}] [testenv:functional{,-tips,-py310,-py311,-py312,-py313,-py314}]
description = description =
Run functional tests. Run functional tests.
setenv = setenv =