Skip to content

Commit 63df99d

Browse files
committed
stop building 3.3 and add 3.7 to build matrix
1 parent 6fc7c5d commit 63df99d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ sudo: false
33
python:
44
- 2.6
55
- 2.7
6-
- 3.3
76
- 3.4
87
- 3.5
98
- 3.6
9+
- 3.7
1010

1111
matrix:
1212
fast_finish: true

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = 'Copyright 2014, Stream.io, Inc'
66
__credits__ = ['Thierry Schellenbach, mellowmorning.com, @tschellenbach']
77
__license__ = 'BSD-3-Clause'
8-
__version__ = '2.9.1'
8+
__version__ = '2.9.2'
99
__maintainer__ = 'Thierry Schellenbach'
1010
__email__ = 'support@getstream.io'
1111
__status__ = 'Production'

0 commit comments

Comments
 (0)