diff --git a/.travis.yml b/.travis.yml index c2106f6ae..5eceaf81b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ python: - "2.6" - "2.7" - "3.2" - - "3.3" - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: diff --git a/README.md b/README.md index 1a7624a09..329af616e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Master branch: [![Build Status (master branch)](https://travis-ci.org/ProgVal/Li Testing branch: [![Build Status (testing branch)](https://travis-ci.org/ProgVal/Limnoria.png?branch=testing)](https://travis-ci.org/ProgVal/Limnoria) +Limnoria is tested with Python 2.6, 2.7, 3.2, and Pypy. Python 2.5 is not supported. +Python 3.3 is not fully supported because of a [bug in Python](http://bugs.python.org/issue17856) + # EVERYONE: Read [LICENSE]. It's a 3-clause BSD license, but you should read it