Don't require typed_ast in [test] with Python 3.8+

This commit is contained in:
Miro Hrončok 2020-11-23 22:06:50 +01:00
parent bbc1ce368c
commit ba63f2811d

View File

@ -51,7 +51,7 @@ extras_require = {
'pytest',
'pytest-cov',
'html5lib',
'typed_ast', # for py35-37
"typed_ast; python_version < '3.8'",
'cython',
],
}