Skip to content

Commit

Permalink
tox: bump Python minimal version to 3.9
Browse files Browse the repository at this point in the history
Versions 3.8 and downwards are end of life

Link: https://devguide.python.org/versions/
Signed-off-by: Ariel Otilibili <[email protected]>
  • Loading branch information
ariel-anieli committed Nov 18, 2024
1 parent e2f4345 commit 3506e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause

[tox]
envlist = format,lint,py{36,37,38,39,310,311,312,py3},coverage
envlist = format,lint,py{39,310,311,312,313,py3},coverage
skip_missing_interpreters = true
isolated_build = true
distdir = {toxinidir}/dist
Expand Down

0 comments on commit 3506e8a

Please sign in to comment.