diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-09-12 20:26:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-12 20:26:48 -0500 |
| commit | 4d40a4db8f5a02fd6e373d789014fac697687d57 (patch) | |
| tree | 55f0b6d7f43812e0f7899105c2410df040c2549e /docs/quick_tutorial/requirements.rst | |
| parent | c4e2dad38a5060e38fe2d97616d084206ded479c (diff) | |
| parent | bcde3d6caded35d8d64e6e7acf3bf5b2a8501260 (diff) | |
| download | pyramid-4d40a4db8f5a02fd6e373d789014fac697687d57.tar.gz pyramid-4d40a4db8f5a02fd6e373d789014fac697687d57.tar.bz2 pyramid-4d40a4db8f5a02fd6e373d789014fac697687d57.zip | |
Merge pull request #2759 from mmerickel/drop-py33
drop support for python 3.3 and error on 2.6
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 2 |
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 |
