Remove Python 3.4 support (#3147)

Closes #3123
This commit is contained in:
Sebastian Rittau
2019-07-27 10:58:21 +02:00
committed by GitHub
parent 4697adcb1a
commit 9ccf9356bf
55 changed files with 988 additions and 1266 deletions

View File

@@ -9,8 +9,7 @@ eval_input: int
decorator: int
decorators: int
decorated: int
if sys.version_info >= (3, 5):
async_funcdef: int
async_funcdef: int
funcdef: int
parameters: int
typedargslist: int
@@ -45,8 +44,7 @@ global_stmt: int
nonlocal_stmt: int
assert_stmt: int
compound_stmt: int
if sys.version_info >= (3, 5):
async_stmt: int
async_stmt: int
if_stmt: int
while_stmt: int
for_stmt: int
@@ -73,8 +71,7 @@ arith_expr: int
term: int
factor: int
power: int
if sys.version_info >= (3, 5):
atom_expr: int
atom_expr: int
atom: int
testlist_comp: int
trailer: int