diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-01 23:27:52 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-01 23:27:52 +0200 |
commit | b8fe5893ae915693d504f7d1f04e995d152c47be (patch) | |
tree | 3d07fb06f0faaf5db8e4c26f3f97414fb4b7d6f4 /doc/source | |
parent | a6ffc46827b784a75068a8975ac707c4b81e26d3 (diff) | |
download | poezio-b8fe5893ae915693d504f7d1f04e995d152c47be.tar.gz poezio-b8fe5893ae915693d504f7d1f04e995d152c47be.tar.bz2 poezio-b8fe5893ae915693d504f7d1f04e995d152c47be.tar.xz poezio-b8fe5893ae915693d504f7d1f04e995d152c47be.zip |
Move the requirements to python 3.3
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 83c1a20d..b655894b 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -1,9 +1,9 @@ Installing poezio ================= -.. important:: Python 3.3 or better is highly recommended, as we do not - officially support python 3.1 (although we do try to keep things running), - and python 3.2 has some unfixable issues. +.. important:: Python 3.3 or better is **required**, as we do not + officially support python 3.1 or 3.2 (although we do try to keep + things running), and python 3.2 has some unfixable issues. poezio in the GNU/Linux distributions ------------------------------------- @@ -62,7 +62,7 @@ General """"""" Poezio is a python3-only application, so you will first need that, preferably -in the latest available version, down to 3.2. +in the latest available version, down to 3.3. .. note:: Python 3.1 is not officially supported and tested, but should work (if it doesn’t, we can fix it if the fix does not require ugly |