From b1caecda3954d9128509fb9830a81ecb68be65b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Sat, 7 Nov 2020 11:53:30 +0100 Subject: Remove additional mentions of Python 3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a5f48afa6..dcd79630d 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ extras_require = { 'pytest', 'pytest-cov', 'html5lib', - 'typed_ast', # for py35-37 + 'typed_ast', # for py36-37 'cython', ], } -- cgit v1.2.1