Drop support for EOL Python 3.3

This commit is contained in:
Hugo
2018-05-10 15:40:01 +03:00
parent f6bdba65c0
commit 0341f69691
4 changed files with 3 additions and 6 deletions

View File

@@ -172,5 +172,5 @@ A list of syntax/indentation errors I've encountered in CPython.
Version specific:
Python 3.5:
'yield' inside async function
Python 3.3/3.4:
Python 3.4:
can use starred expression only as assignment target