diff --git a/.travis.yml b/.travis.yml index 1730f7b..d62303d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.6" - "2.7" - # - "3.2" # Requests setup currently broken under python 3 + - "3.2" env: - DJANGO=django==1.3 - DJANGO=django==1.4 diff --git a/README.rst b/README.rst index 97adead..068e7fa 100644 --- a/README.rst +++ b/README.rst @@ -249,7 +249,7 @@ Testing ------- Djrill is tested against Django 1.3 and 1.4 on Python 2.6 and 2.7, and -Django 1.5beta on Python 2.7. +Django 1.5RC on Python 2.7 and 3.2. (It may also work with Django 1.2 and Python 2.5, if you use an older version of requests compatible with that code.)