Skip to content

Commit ccbcec7

Browse files
committed
drop python 2.6 support
1 parent 60852c1 commit ccbcec7

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-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
@@ -138,7 +138,7 @@ Project details
138138

139139
============== ==========================================================
140140
tmux support 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4
141-
python support 2.6, 2.7, >= 3.3, pypy, pypy3
141+
python support 2.7, >= 3.3, pypy, pypy3
142142
config support yaml, json, python dict
143143
Source https://github.com/tony/tmuxp
144144
Docs http://tmuxp.git-pull.com

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def run_tests(self):
6161
'Environment :: Web Environment',
6262
'Intended Audience :: Developers',
6363
'Programming Language :: Python',
64-
'Programming Language :: Python :: 2.6',
6564
'Programming Language :: Python :: 2.7',
6665
'Programming Language :: Python :: 3.3',
6766
'Programming Language :: Python :: 3.4',

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, py36
33

44
[testenv]
55
commands = make test []

0 commit comments

Comments
 (0)