diff --git a/.travis.yml b/.travis.yml index 4d57350..260054a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,12 @@ language: python sudo: false matrix: include: - - python: 3.2 - - python: 3.3 - python: 3.4 - python: 3.5 - python: 3.6 - python: nightly - python: pypy3 allow_failures: - - python: 3.2 - python: nightly before_install: - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi diff --git a/setup.py b/setup.py index cd23807..1b4c76d 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ setup( 'Intended Audience :: Developers', "Topic :: Software Development :: Libraries :: Python Modules", "Operating System :: OS Independent", - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',