Skip to content

Commit f404537

Browse files
committed
drop py33 support
1 parent 3787c2d commit f404537

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ language: python
22
sudo: false
33
matrix:
44
include:
5-
- python: 3.2
6-
- python: 3.3
75
- python: 3.4
86
- python: 3.5
97
- python: 3.6
108
- python: nightly
119
- python: pypy3
1210
allow_failures:
13-
- python: 3.2
1411
- python: nightly
1512
before_install:
1613
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def run_tests(self):
6868
'Intended Audience :: Developers',
6969
"Topic :: Software Development :: Libraries :: Python Modules",
7070
"Operating System :: OS Independent",
71-
'Programming Language :: Python :: 3.3',
7271
'Programming Language :: Python :: 3.4',
7372
'Programming Language :: Python :: 3.5',
7473
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)