Skip to content

Commit de05903

Browse files
committed
Drop support for Python 3.2
coverage.py does not support it anymore and it is not worth to work around it.
1 parent 3094688 commit de05903

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87
- "3.5"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
'Programming Language :: Python :: 2.6',
4646
'Programming Language :: Python :: 2.7',
4747
'Programming Language :: Python :: 3',
48-
'Programming Language :: Python :: 3.2',
4948
'Programming Language :: Python :: 3.3',
5049
'Programming Language :: Python :: 3.4',
5150
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)