From 71e50278c897fd91c13e84fd08ec643b0a96e726 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 27 Apr 2013 19:08:20 +0200 Subject: [PATCH] Python 3.3 is not supported. --- .travis.yml | 1 - README.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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