summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-15 23:14:19 -0800
committerSteve Piercy <web@stevepiercy.com>2019-12-15 23:14:19 -0800
commit3f42e5f2c848e69f282337f6fbf56e69b295b58e (patch)
treeebef682d7393d673364540ea35836e623c03e9cf /docs/quick_tutorial/requirements.rst
parent524df7973a2881c83f378c9e6877d3990575ff5a (diff)
downloadpyramid-3f42e5f2c848e69f282337f6fbf56e69b295b58e.tar.gz
pyramid-3f42e5f2c848e69f282337f6fbf56e69b295b58e.tar.bz2
pyramid-3f42e5f2c848e69f282337f6fbf56e69b295b58e.zip
Remove Python 3.4, Python 3.5, and add Python 3.8
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 2ed9b8b55..901f6134d 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -19,8 +19,8 @@ virtual environment.)
This *Quick Tutorial* is based on:
-* **Python 3.7**. Pyramid fully supports Python 3.4+.
- This tutorial uses **Python 3.7**.
+* **Python 3.8**. Pyramid fully supports Python 3.6+.
+ This tutorial uses **Python 3.8**.
* **venv**. We believe in virtual environments.
For this tutorial, we use Python 3's built-in solution :term:`venv`.