Skip to content

Commit 427305c

Browse files
committed
Remove support for Python 3.3. Added support for 3.6
1 parent aca5711 commit 427305c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
sudo: false
33
python:
44
- 2.7
5-
- 3.3
65
- 3.4
76
- 3.5
7+
- 3.6
88
- pypy
99
before_install:
1010
- |

0 commit comments

Comments
 (0)