From c71e06fcb34fc715a51b8a240d8b0fadb01117e3 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Mon, 13 Feb 2023 19:57:38 +0000 Subject: [PATCH] Clarify that this is also the latest flake8 version which supports 3.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a134604..b050500b 100755 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ setup(name='jedi', 'attrs', ], 'qa': [ + # latest version supporting Python 3.6 'flake8==5.0.4', # latest version supporting Python 3.6 'mypy==0.971',