Drop python 3.4 support.

async and await syntaxes are introduced since python 3.5
This commit is contained in:
Yuxin Wang 2018-10-04 15:42:47 -04:00
parent 28ea3086dd
commit fe646894b4
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"

View file

@ -20,7 +20,6 @@ setup(
'Topic :: Networking',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'