Skip to content

Commit 4200e9c

Browse files
committed
Remove environment for Python 3.8
... because Python 3.8 is no longer supported. Change-Id: I6270877762f8f1f82ac4e48705bccc1d85a668e6
1 parent 37a3c45 commit 4200e9c

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
@@ -60,7 +60,7 @@ deps =
6060
commands =
6161
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
6262

63-
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}]
63+
[testenv:functional{,-py39,-py310,-py311,-py312}]
6464
passenv = OS_*
6565
commands =
6666
stestr --test-path=./novaclient/tests/functional run --concurrency=1 {posargs}

0 commit comments

Comments
 (0)