Skip to content

Commit d04742b

Browse files
committed
drop python 2.6 support
1 parent ef58b0a commit d04742b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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

33
sudo: false
44
python:
5-
- 2.6
65
- 2.7
76
- 3.3
87
- 3.4

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Project details
179179

180180
============== ==========================================================
181181
tmux support 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3
182-
python support 2.6, 2.7, >= 3.3, pypy, pypy3
182+
python support 2.7, >= 3.3, pypy, pypy3
183183
Source https://github.com/tony/libtmux
184184
Docs http://libtmux.git-pull.com
185185
API http://libtmux.git-pull.com/api.html

doc/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ libtmux uses `travis-ci`_ for continuous integration / automatic unit
170170
testing.
171171

172172
libtmux is tested against tmux 1.8 and the latest git source. Interpretters
173-
tested are 2.6, 2.7 and 3.3. The `travis build site`_ uses this
173+
tested are pypy, pypy3, 2.7 and >= 3.3. The `travis build site`_ uses this
174174
`.travis.yml`_ configuration:
175175

176176
.. literalinclude:: ../.travis.yml

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35
2+
envlist = py27, py33, py34, py35
33

44
[testenv]
55
commands = make test []

0 commit comments

Comments
 (0)