summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-02-28 08:26:55 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-03-01 10:35:20 -0800
commit9d3a0d9a75c8a35524f11a9c7ec63a33d4443150 (patch)
tree21af6888630a3fad0cf720309c9ab99e43a57665 /docs
parent0e5b1099620d9ee72f5866ddaf3761765de0a9ff (diff)
docs: Update the FAQ for python 3
Diffstat (limited to 'docs')
-rw-r--r--docs/source/faq.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index 05847347..9ad30a8b 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -67,7 +67,9 @@ FAQ
.. _faq_7:
-7. Why doesn't alot run on python3?
+7. I thought alot ran on Python 2?
- We're on it. Check out the `py3k milestone <https://github.com/pazz/alot/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22full+py3k+compatibility%22>`_
+ It used to. When we made the transition to Python 3 we didn't maintain
+ Python 2 support. If you still need Python 2 support the 0.7 release is your
+ best bet.