Drop support for Python 3.3 since wheel doesn't support it

This commit is contained in:
Camilo Nova 2018-05-23 17:26:58 -05:00
parent fd7c4e86aa
commit 0c1fb79311

View file

@ -3,7 +3,6 @@ language: python
cache: pip
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6