From 2141174272c52501a02d4836e66bd5941425be1b Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 7 Aug 2016 19:39:30 +0200 Subject: [PATCH] Add 3.6 to supported Python versions in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0411fdcd8..1765c8f59 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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 supports CPython 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, nightly; +Limnoria supports CPython 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, nightly; and Pypy 2 and 3. It works best with CPython 3.4 and higher. Python 2.5 and older versions are not supported.