From f00ecc1a7e0769d5a31e4e86886085e708e26cbe Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 18 Apr 2023 21:57:32 +0600 Subject: [PATCH] Update tox.ini for lint --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1636d63a9..15eec98f9 100644 --- a/tox.ini +++ b/tox.ini @@ -46,8 +46,8 @@ basepython = pypy3.8: pypy3.8 3.7: python3.7 3.8,mypy: python3.8 - 3.9,apicheck,pydocstyle,flake8,linkcheck,cov: python3.9 - 3.10: python3.10 + 3.9: python3.9 + 3.10,apicheck,pydocstyle,flake8,linkcheck,cov: python3.10 3.11: python3.11 install_command = python -m pip --disable-pip-version-check install {opts} {packages}