Skip to content

Commit 3506e8a

Browse files
committed
tox: bump Python minimal version to 3.9
Versions 3.8 and downwards are end of life Link: https://devguide.python.org/versions/ Signed-off-by: Ariel Otilibili <[email protected]>
1 parent e2f4345 commit 3506e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: BSD-3-Clause
33

44
[tox]
5-
envlist = format,lint,py{36,37,38,39,310,311,312,py3},coverage
5+
envlist = format,lint,py{39,310,311,312,313,py3},coverage
66
skip_missing_interpreters = true
77
isolated_build = true
88
distdir = {toxinidir}/dist

0 commit comments

Comments
 (0)