From ccdfb44b8568b706ed3ace699697634165b5416d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Jan 2021 10:53:25 +0100 Subject: Drop support for Python 3.6.0 It has some subtle typing differences compared to 3.6.1, see e.g. https://docs.python.org/3/library/typing.html#typing.NamedTuple Also, we can't easily test it, it's unlikely to be in use anywhere anyways, and various dependencies already dropped support for it or are going to (e.g. PyQt 6). See #4800 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 7709eacaf..9331484c3 100644 --- a/.flake8 +++ b/.flake8 @@ -50,7 +50,7 @@ ignore = A003, W503, W504 FI15 -min-version = 3.6.0 +min-version = 3.6.1 max-complexity = 12 per-file-ignores = qutebrowser/api/hook.py : N801 -- cgit v1.2.3-54-g00ecf