From 685a66280aff600a83aa30da814aea63f0116c31 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 Oct 2020 13:51:12 +0100 Subject: Initial drop of Python 3.5 See #4800 --- .mypy.ini | 2 -- 1 file changed, 2 deletions(-) (limited to '.mypy.ini') diff --git a/.mypy.ini b/.mypy.ini index 6295d4ebc..dfef7d3e5 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,6 +1,4 @@ [mypy] -# We also need to support 3.5, but if we'd chose that here, we'd need to deal -# with conditional imports (like secrets.py). python_version = 3.6 # --strict -- cgit v1.2.3-54-g00ecf