drop py33 support

This commit is contained in:
Artur Maciag 2017-09-21 13:33:23 +01:00
parent 3787c2df8d
commit f404537793
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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',