From d6879918514394e06a6cd923d1e9adbbd4f2acf1 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 7 Nov 2023 17:20:14 +0100 Subject: [PATCH] Run lint with python 3.11 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index a06a26f..bbe357a 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ usedevelop = True minversion = 1.8 envlist = - py38-lint + py311-lint py311-docs py{37,38,39,310}-dj32 py{38,39,310,311}-dj{40,41,42} @@ -49,8 +49,8 @@ deps = -rdocs/requirements.txt commands = sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html pip_pre = false -[testenv:py38-lint] -basepython = python3.8 +[testenv:py311-lint] +basepython = python3.11 deps = -rtests/requirements/lint.txt commands = flake8 src/dockerflow tests/