Skip to content

Commit

Permalink
removed Python 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Aug 28, 2016
1 parent 3293982 commit a51333a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand All @@ -21,14 +20,6 @@ script:
- python runtests.py
matrix:
exclude:
- python: 2.6
env: DJANGO='django>=1.7,<1.8'
- python: 2.6
env: DJANGO='django>=1.8,<1.9'
- python: 2.6
env: DJANGO='django>=1.9,<1.10'
- python: 2.6
env: DJANGO='django>=1.10,<1.11'
- python: 3.3
env: DJANGO='django>=1.3,<1.4'
- python: 3.3
Expand Down
7 changes: 7 additions & 0 deletions docs/changes.rst
Expand Up @@ -3,6 +3,13 @@ Changelog
#########


*****
0.8.0
*****

* Removed Python 2.6 support. Supported versions are now 2.7, 3.3, 3.4 and 3.5.
* Added support for Django 1.10.

*****
0.7.2
*****
Expand Down
5 changes: 3 additions & 2 deletions docs/installation.rst
Expand Up @@ -9,6 +9,7 @@ If you don't want to use ``pip``, download the latest version from
`pypi <http://pypi.python.org/pypi/django-classy-tags>`_, unpack the tarball and
run ``sudo python setup.py install``.

django-classy-tags has no dependencies other than Django.
django-classy-tags has no dependencies other than Django. Django 1.3, 1.4, 1.5,
1.6, 1.7, 1.8, 1.9 and 1.10 are supportd.

django-classy-tags supports both Python 2.7 and Python 3.3 (or higher).
django-classy-tags supports Python 2.7, 3.3, 3.4 and 3.5.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -22,7 +22,6 @@
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
Expand Down

0 comments on commit a51333a

Please sign in to comment.