summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-02-05 20:21:51 -0700
committerBert JW Regeer <bertjw@regeer.org>2022-02-05 20:22:13 -0700
commitf6806a7dcad98534f80b4e8092817b15c27a898e (patch)
tree7a4c3a6a686af85b7f9a5a6706a7bbdc926b4027 /docs/quick_tutorial
parente9b1cab2d99516352d8b7692c0b0c2fb8a81d221 (diff)
downloadpyramid-f6806a7dcad98534f80b4e8092817b15c27a898e.tar.gz
pyramid-f6806a7dcad98534f80b4e8092817b15c27a898e.tar.bz2
pyramid-f6806a7dcad98534f80b4e8092817b15c27a898e.zip
Cleanup remnants of Py3.6 support
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/requirements.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 901f6134d..5f5c0b10b 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -19,7 +19,7 @@ virtual environment.)
This *Quick Tutorial* is based on:
-* **Python 3.8**. Pyramid fully supports Python 3.6+.
+* **Python 3.8**. Pyramid fully supports Python 3.7+.
This tutorial uses **Python 3.8**.
* **venv**. We believe in virtual environments.