Skip to content

Commit 5e9be94

Browse files
committed
Replace remaining py39 target
... because Python 3.9 is no longer supported. Change-Id: Ibe68739a1bbcc6a745e3c6fd5ecf9f832c0bf002 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
1 parent f587cfa commit 5e9be94

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
@@ -75,7 +75,7 @@ deps =
7575
commands =
7676
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
7777

78-
[testenv:functional{,-py39,-py310,-py311,-py312}]
78+
[testenv:functional{,-py310,-py311,-py312,-py313}]
7979
description =
8080
Run functional tests.
8181
passenv =

0 commit comments

Comments
 (0)