Skip to content

Commit 4351804

Browse files
committed
Remove support for Python 3.2
1 parent e649871 commit 4351804

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
@@ -1,8 +1,6 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.2"
64
- "3.3"
75
- "3.4"
86
- "3.5"
@@ -12,7 +10,6 @@ python:
1210

1311
install:
1412
- travis_retry pip install -r requirements.txt
15-
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'coverage<4'; fi
1613
- travis_retry pip install coveralls
1714

1815
script:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'Programming Language :: Python :: 2.6',
6565
'Programming Language :: Python :: 2.7',
6666
'Programming Language :: Python :: 3',
67-
'Programming Language :: Python :: 3.2',
6867
'Programming Language :: Python :: 3.3',
6968
'Programming Language :: Python :: 3.4',
7069
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)