Skip to content

Commit 5b3e6e7

Browse files
committed
Remove Python versions not supported by Travis
1 parent 25fc1ee commit 5b3e6e7

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.6"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
'Programming Language :: Python',
3030
'Programming Language :: Python :: 2.7',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.2',
33-
'Programming Language :: Python :: 3.3',
3432
'Programming Language :: Python :: 3.4',
3533
'Programming Language :: Python :: 3.5',
3634
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)