Skip to content

Commit f2f0f92

Browse files
koyastickstephenfin
authored andcommitted
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>
1 parent c17c5f0 commit f2f0f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands =
4444
python -m pip freeze
4545
stestr run {posargs}
4646

47-
[testenv:functional{,-tips,-py38,-py39,-py310,-py311,-py312}]
47+
[testenv:functional{,-tips,-py310,-py311,-py312,-py313,-py314}]
4848
description =
4949
Run functional tests.
5050
setenv =

0 commit comments

Comments
 (0)