summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-09-01 00:30:13 -0500
committerMichael Merickel <michael@merickel.org>2016-09-01 00:40:00 -0500
commita5c8100d780155643063742c716ac8d2f54e2e45 (patch)
treee8fbcfc47f9d2d9b1a1cdc995b567d1862de35df /docs/quick_tutorial
parent44e0fca16dfa6e9e896a1dc254c85b79d2c8ae88 (diff)
downloadpyramid-a5c8100d780155643063742c716ac8d2f54e2e45.tar.gz
pyramid-a5c8100d780155643063742c716ac8d2f54e2e45.tar.bz2
pyramid-a5c8100d780155643063742c716ac8d2f54e2e45.zip
drop support for python 3.3 and error on 2.6
closes #2476
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 958347a90..1de9a8acf 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.5**. Pyramid fully supports Python 3.3+ and Python 2.7+. This
+* **Python 3.5**. Pyramid fully supports Python 3.4+ and Python 2.7+. This
tutorial uses **Python 3.5** but runs fine under Python 2.7.
* **venv**. We believe in virtual environments. For this tutorial, we use