mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Update documentation files to remove claiming support for Python 3.4 (#7395)
This commit is contained in:
committed by
Brad Warren
parent
a342eb5546
commit
5f315b46e9
@@ -263,7 +263,7 @@ def replace(src, dst):
|
||||
:param str dst: The new file path.
|
||||
"""
|
||||
if hasattr(os, 'replace'):
|
||||
# Use replace if possible. On Windows, only Python >= 3.4 is supported
|
||||
# Use replace if possible. On Windows, only Python >= 3.5 is supported
|
||||
# so we can assume that os.replace() is always available for this platform.
|
||||
getattr(os, 'replace')(src, dst)
|
||||
else:
|
||||
|
||||
@@ -583,7 +583,7 @@ OS-level dependencies can be installed like so:
|
||||
In general...
|
||||
|
||||
* ``sudo`` is required as a suggested way of running privileged process
|
||||
* `Python`_ 2.7 or 3.4+ is required
|
||||
* `Python`_ 2.7 or 3.5+ is required
|
||||
* `Augeas`_ is required for the Python bindings
|
||||
* ``virtualenv`` is used for managing other Python library dependencies
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ your system.
|
||||
System Requirements
|
||||
===================
|
||||
|
||||
Certbot currently requires Python 2.7 or 3.4+ running on a UNIX-like operating
|
||||
Certbot currently requires Python 2.7 or 3.5+ running on a UNIX-like operating
|
||||
system. By default, it requires root access in order to write to
|
||||
``/etc/letsencrypt``, ``/var/log/letsencrypt``, ``/var/lib/letsencrypt``; to
|
||||
bind to port 80 (if you use the ``standalone`` plugin) and to read and
|
||||
|
||||
Reference in New Issue
Block a user