From 2810dbfb1ae404a7e5c835dc6a2171d8327bd61b Mon Sep 17 00:00:00 2001 From: jevans Date: Tue, 28 Jan 2014 20:14:13 -0500 Subject: [PATCH] Added blurb about not supporting Python 2.6 in next release. --- docs/source/roadmap.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index f9216a3..1e336f1 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -9,3 +9,4 @@ Here's an incomplete list of what I'd like to focus on in the future. * investigate adding write support for UUID/XMP boxes (potentially a big project) * investigate JPIP (likely to be an even bigger project) +Support for Python 2.6 will be dropped with the 0.6.0 release.