Skip to content

Commit 9576e80

Browse files
committed
chore(tox): update envlist to include Python 3.14 and drop 3.9
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent 906db02 commit 9576e80

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
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39,310,311,312,313},lint,mypy,mypy-samples-{image,json}
2+
envlist = py{310,311,312,313,314},lint,mypy,mypy-samples-{image,json}
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)