Skip to content

Commit f775899

Browse files
author
Yoav Ram
committed
support 2.7, remove support for 2.6 3.3 pypy
1 parent 09086a0 commit f775899

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
8-
- "pypy"
96

107
notifications:
118
email:

click_spinner/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from builtins import next
2-
from builtins import object
31
import sys
42
import threading
53
import time

0 commit comments

Comments
 (0)