diff --git a/README.rst b/README.rst index cd7c02aff..dad96a4a6 100644 --- a/README.rst +++ b/README.rst @@ -14,8 +14,8 @@ What is this? Installation ~~~~~~~~~~~~ -FontTools requires `Python `__ 2.7, 3.4 -or later. +FontTools 4.x requires `Python `__ 3.6 +or later. FontTools 3.x requires Python 2.7 or later. **NOTE** From August 2019, until no later than January 1 2020, the support for *Python 2.7* will be limited to only critical bug fixes, and no new features @@ -317,7 +317,7 @@ environments. Note that when you run ``tox`` without arguments, the tests are executed for all the environments listed in tox.ini's ``envlist``. In our case, -this includes Python 2.7 and 3.7, so for this to work the ``python2.7`` +this includes Python 3.6 and 3.7, so for this to work the ``python3.6`` and ``python3.7`` executables must be available in your ``PATH``. You can specify an alternative environment list via the ``-e`` option, @@ -325,7 +325,7 @@ or the ``TOXENV`` environment variable: .. code:: sh - tox -e py27 + tox -e py36 TOXENV="py36-cov,htmlcov" tox Development Community