Skip to content

Commit 2e7c9b9

Browse files
committed
Drop python2.6 support
1 parent d9159b9 commit 2e7c9b9

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
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
python:
33
- pypy
44
- pypy3
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
@@ -24,7 +24,7 @@ distribution/deployment. That means you can add just ``libsass`` into
2424
your ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.
2525
Need no Ruby nor Node.js.
2626

27-
It currently supports CPython 2.6, 2.7, 3.3--3.5, and PyPy 2.3+!
27+
It currently supports CPython 2.7, 3.3--3.5, and PyPy 2.3+!
2828

2929
.. _Sass: http://sass-lang.com/
3030
.. _Libsass: https://github.com/sass/libsass

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ def run(self):
259259
'Operating System :: OS Independent',
260260
'Programming Language :: C',
261261
'Programming Language :: C++',
262-
'Programming Language :: Python :: 2.6',
263262
'Programming Language :: Python :: 2.7',
264263
'Programming Language :: Python :: 3',
265264
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)