mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove python 3.6 from supported language versions
This commit is contained in:
parent
09d434d87b
commit
5103aa9a38
5 changed files with 3 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ instructions will utilize Pip_ and Poetry_. These tools facilitate managing
|
|||
virtual environments for separate Python projects that are isolated from one
|
||||
another, so you can use different packages (and package versions) for each.
|
||||
|
||||
Please note that Python 3.6+ is required for Pelican development.
|
||||
Please note that Python 3.7+ is required for Pelican development.
|
||||
|
||||
*(Optional)* If you prefer to `install Poetry <https://python-poetry.org/docs/master/#installation>`_ once for use with multiple projects,
|
||||
you can install it via::
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Installing Pelican
|
||||
##################
|
||||
|
||||
Pelican currently runs best on 3.6+; earlier versions of Python are not supported.
|
||||
Pelican currently runs best on 3.7+; earlier versions of Python are not supported.
|
||||
|
||||
You can install Pelican via several different methods. The simplest is via Pip_::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue