From a626a2f3fbc3238697e637699b9e1951020e03b6 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 19 Jul 2023 10:46:15 +0200 Subject: [PATCH] Bump Python versions used in tests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5673141..4e16da0 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ exclude_lines = [tox] -envlist = py36, py37, py38, py39, flake8, mypy, black, pylint, pydocstyle, coverage +envlist = py37, py38, py39, py310, py311, flake8, mypy, black, pylint, pydocstyle, coverage isolated_build = True skip_missing_interpreters = True