summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-22 05:56:04 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-22 05:56:04 -0700
commit4820757eedd6812c800841029253f40c643c389f (patch)
tree9b61e6c3bf5fcfbd2ce95e979c238eb083c816b0 /docs/quick_tutorial
parent78464987e8e3cb2188253783d9968ae4d86669d9 (diff)
downloadpyramid-4820757eedd6812c800841029253f40c643c389f.tar.gz
pyramid-4820757eedd6812c800841029253f40c643c389f.tar.bz2
pyramid-4820757eedd6812c800841029253f40c643c389f.zip
Bump Python version to 3.7 in docs and project meta files
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/requirements.rst6
1 files changed, 3 insertions, 3 deletions
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.