From 3c57b6e16c3d6eb3eac52d6337d5e07ab7de29e5 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 26 Sep 2019 09:33:52 +0200 Subject: Force typed_ast >= 1.4.0 for all supported Python versions --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 299b9138..a56b6a92 100644 --- a/tox.ini +++ b/tox.ini @@ -20,8 +20,7 @@ deps = nose py35,py36: numpy py35,py36: attr - py35,py36: typed_ast<1.3.0 - py37: typed_ast>=1.3.0 + py35,py36,py37: typed_ast>=1.4.0,<1.5 pytest python-dateutil pypy: singledispatch -- cgit v1.2.1