summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-20 11:32:27 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-20 11:32:27 -0700
commit2a3009d7fefc91829233bb94c05d94efdf32ae22 (patch)
treef1baeac2f0b43f39dfbabce4df23a82811ac05a2
parentf285f4aaae2a54cb35157eec7058b7941fcf3802 (diff)
downloadpystache-2a3009d7fefc91829233bb94c05d94efdf32ae22.tar.gz
Add TODO's re: Python 2.4 and 3.3.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 2887f3e..00c675a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,6 +8,8 @@ In master branch, after merging to master:
In development branch:
+* End support for Python 2.4.
+* Add Python 3.3 to tox file (after deprecating 2.4).
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).
* Provide support for logging in at least one of the commands.