From 912947fdb83c83ed48f59935df29db8309bc653b Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Mon, 22 Oct 2012 01:08:04 -0700 Subject: Add notes about Python 2.4 and 3.3 to HISTORY and README. --- HISTORY.md | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 01c9049..f184c73 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ History ======= +**Note:** Official support for Python 2.4 will be dropped in v0.6.0. + 0.5.3 (TBD) ----------- @@ -16,6 +18,7 @@ History - Added a `parse()` function that yields a printable, pre-compiled parse tree. - Added support for rendering pre-compiled templates. +- Added Python 3.3 to the list of supported versions. - Added support for [PyPy](http://pypy.org/) (issue \#125). - Added support for [Travis CI](http://travis-ci.org) (issue \#124). [msabramo] diff --git a/README.md b/README.md index d91b0b9..5f78b32 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ as follows: pip install 'simplejson<2.1.0' +Official support for Python 2.4 will end with Pystache version 0.6.0. + Install It ---------- -- cgit v1.2.1