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: ...@@ -29,7 +29,7 @@ Simply install with:
### Optional dependencies ### Optional dependencies
* [icalendar][7] : To print your todo.txt file as an iCalendar file * [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 * [prompt-toolkit][6] : For topydo's _prompt_ mode, which offers a shell-like
interface with auto-completion. interface with auto-completion.
* [arrow][8] : Used to turn dates into a human readable version. * [arrow][8] : Used to turn dates into a human readable version.
...@@ -37,8 +37,7 @@ Simply install with: ...@@ -37,8 +37,7 @@ Simply install with:
window size. This function was window size. This function was
added to the standard library in added to the standard library in
Python 3.3 and so is only Python 3.3 and so is only
required in older versions of required for PyPy3.
Python.
* [python-dateutil][10]: A dependency of *arrow*. * [python-dateutil][10]: A dependency of *arrow*.
* [mock][11] : Used for testing. This was added to the standard * [mock][11] : Used for testing. This was added to the standard
library in Python 3.3. 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