Merge pull request #484 from michael-lazar/drop_py3.3

Drop python 3.3 support
This commit is contained in:
Michael Lazar
2017-12-04 11:41:32 -05:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ language: python
dist: trusty
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6

View File

@@ -74,7 +74,6 @@ setuptools.setup(
'Operating System :: POSIX',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',