mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Drop python 3.2 support and move to python 3.3.
Jinja 2.7 (released 2013-05-20) supports only Python3 >=3.3 so it is time to drop Python 3.2 and move to 3.3
This commit is contained in:
parent
427a5ca3c3
commit
7057d3742b
6 changed files with 22 additions and 61 deletions
|
|
@ -4,10 +4,9 @@ Getting started
|
|||
Installing Pelican
|
||||
==================
|
||||
|
||||
Pelican currently runs best on Python 2.7.x; earlier versions of Python are not
|
||||
supported. There is provisional support for Python 3.2 and higher, although
|
||||
there may be rough edges, particularly with regards to optional 3rd-party
|
||||
components.
|
||||
Pelican currently runs best on Python 2.7.x; earlier versions of Python are
|
||||
not supported. There is provisional support for Python 3.3, although there may
|
||||
be rough edges, particularly with regards to optional 3rd-party components.
|
||||
|
||||
You can install Pelican via several different methods. The simplest is via
|
||||
`pip <http://www.pip-installer.org/>`_::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue