diff --git a/.travis.yml b/.travis.yml index 111a1bd..eda7239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - 3.3 - 3.4 env: - - DJANGO='django>=1.2,<1.3' - DJANGO='django>=1.3,<1.4' - DJANGO='django>=1.4,<1.5' - DJANGO='django>=1.5,<1.6' @@ -25,14 +24,10 @@ matrix: env: DJANGO='django>=1.7,<1.8' - python: 2.6 env: DJANGO='django>=1.8,<1.9 --pre' - - python: 3.3 - env: DJANGO='django>=1.2,<1.3' - python: 3.3 env: DJANGO='django>=1.3,<1.4' - python: 3.3 env: DJANGO='django>=1.4,<1.5' - - python: 3.4 - env: DJANGO='django>=1.2,<1.3' - python: 3.4 env: DJANGO='django>=1.3,<1.4' - python: 3.4 diff --git a/docs/index.rst b/docs/index.rst index c1f6f79..ea7247e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,8 +31,8 @@ sekizai will ignore any duplicate content in a single block. Dependencies ************ -* Python 2.6, 2.7, 3.2 or higher. -* Django 1.2.7 or higher. +* Python 2.6, 2.7, 3.3 or higher. +* Django 1.3 or higher. * django-classy-tags 0.3.1 or higher.