Skip to content

Commit

Permalink
Merge pull request #158 from asottile/drop_26
Browse files Browse the repository at this point in the history
Drop python2.6 support
  • Loading branch information
dahlia committed Jul 29, 2016
2 parents d9159b9 + 2e7c9b9 commit efe4d52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- pypy
- pypy3
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -24,7 +24,7 @@ distribution/deployment. That means you can add just ``libsass`` into
your ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.
Need no Ruby nor Node.js.

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

.. _Sass: http://sass-lang.com/
.. _Libsass: https://github.com/sass/libsass
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -259,7 +259,6 @@ def run(self):
'Operating System :: OS Independent',
'Programming Language :: C',
'Programming Language :: C++',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit efe4d52

Please sign in to comment.