From 4820757eedd6812c800841029253f40c643c389f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 22 Aug 2018 05:56:04 -0700 Subject: Bump Python version to 3.7 in docs and project meta files --- docs/narr/install.rst | 2 +- docs/quick_tour.rst | 2 +- docs/quick_tutorial/requirements.rst | 6 +++--- docs/tutorials/wiki/installation.rst | 2 +- docs/tutorials/wiki2/installation.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 80d5ea3de..743cb4abb 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -22,7 +22,7 @@ the following sections. .. sidebar:: Python Versions As of this writing, :app:`Pyramid` is tested against Python 2.7, - Python 3.4, Python 3.5, Python 3.6, and PyPy. + Python 3.4, Python 3.5, Python 3.6, Python 3.7, and PyPy. :app:`Pyramid` is known to run on all popular Unix-like systems such as Linux, macOS, and FreeBSD, as well as on Windows platforms. It is also known to diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 922ffd652..265f67a4f 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -26,7 +26,7 @@ To save a little bit of typing and to be certain that we use the modules, scripts, and packages installed in our virtual environment, we'll set an environment variable, too. -As an example, for Python 3.6+ on Linux: +As an example, for Python 3.7+ on Linux: .. parsed-literal:: diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 08ea93cb2..1d5395138 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -19,11 +19,11 @@ virtual environment.) This *Quick Tutorial* is based on: -* **Python 3.6**. Pyramid fully supports Python 3.4+ and Python 2.7+. This - tutorial uses **Python 3.6** but runs fine under Python 2.7. +* **Python 3.7**. Pyramid fully supports Python 3.4+ and Python 2.7+. This + tutorial uses **Python 3.7** but runs fine under Python 2.7. * **venv**. We believe in virtual environments. For this tutorial, we use - Python 3.6's built-in solution :term:`venv`. For Python 2.7, you can install + Python 3.7's built-in solution :term:`venv`. For Python 2.7, you can install :term:`virtualenv`. * **pip**. We use :term:`pip` for package management. diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 71fd0a957..7f914267f 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -111,7 +111,7 @@ Python 2.7: c:\Python27\Scripts\virtualenv %VENV% -Python 3.6: +Python 3.7: .. code-block:: doscon diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 1fa7e21d7..5f2c6d44e 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -123,7 +123,7 @@ Python 2.7: c:\Python27\Scripts\virtualenv %VENV% -Python 3.6: +Python 3.7: .. code-block:: doscon -- cgit v1.2.3