diff --git a/pyproject.toml b/pyproject.toml index 46080fe..2309dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ commands = {posargs} [testenv:static] -basepython = python3.8 +basepython = python3.9 deps = bandit ~= 1.6.0 black ~= 19.10b0 @@ -94,7 +94,7 @@ commands = bandit --recursive -ll gruvbox.py [testenv:docs] -basepython = python3.8 +basepython = python3.9 deps = sphinx ~= 2.3.0 sphinx-autodoc-typehints ~= 1.10.0 @@ -104,7 +104,7 @@ commands = [gh-actions] python = - 3.8: python3.8, static, docs - 3.9: python3.9 + 3.8: python3.8 + 3.9: python3.9, static, docs 3.10: python3.10 """