docs: require python 3.4+

remove references to older pythons.
This commit is contained in:
Thomas Waldmann 2015-12-14 21:11:38 +01:00
parent 7d591226d2
commit a2843bc939
4 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ Some more advanced examples::
# verify a changed tox.ini (run this after any change to tox.ini):
fakeroot -u tox --recreate
fakeroot -u tox -e py32 # run all tests, but only on python 3.2
fakeroot -u tox -e py34 # run all tests, but only on python 3.4
fakeroot -u tox borg.testsuite.locking # only run 1 test module

View File

@ -37,7 +37,7 @@ Which file types, attributes, etc. are preserved?
* FIFOs ("named pipes")
* Name
* Contents
* Time of last modification (nanosecond precision with Python >= 3.3)
* Time of last modification (nanosecond precision)
* IDs of owning user and owning group
* Names of owning user and owning group (if the IDs can be resolved)
* Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)

View File

@ -98,7 +98,7 @@ Dependencies
To install |project_name| from a source package (including pip), you have to install the
following dependencies first:
* `Python 3`_ >= 3.2.2. Even though Python 3 is not the default Python version on
* `Python 3`_ >= 3.4.0. Even though Python 3 is not the default Python version on
most systems, it is usually available as an optional install.
* OpenSSL_ >= 1.0.0
* libacl_ (that pulls in libattr_ also)

View File

@ -100,7 +100,7 @@ Please note:
(e.g. mode 600, root:root).
.. _INI: https://docs.python.org/3.2/library/logging.config.html#configuration-file-format
.. _INI: https://docs.python.org/3.4/library/logging.config.html#configuration-file-format
Resource Usage
~~~~~~~~~~~~~~