Commit 2578521a authored by Bram Schoenmakers's avatar Bram Schoenmakers

Python 3.2 is not supported, name it PyPy3 instead

...which is Python 3.2 based.
parent 0c7a3aa3
......@@ -29,7 +29,7 @@ Simply install with:
### Optional dependencies
* [icalendar][7] : To print your todo.txt file as an iCalendar file
(not supported for Python 3.2).
(not supported for PyPy3).
* [prompt-toolkit][6] : For topydo's _prompt_ mode, which offers a shell-like
interface with auto-completion.
* [arrow][8] : Used to turn dates into a human readable version.
......@@ -37,8 +37,7 @@ Simply install with:
window size. This function was
added to the standard library in
Python 3.3 and so is only
required in older versions of
Python.
required for PyPy3.
* [python-dateutil][10]: A dependency of *arrow*.
* [mock][11] : Used for testing. This was added to the standard
library in Python 3.3.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment