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_tour.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_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 88cd69400..b2dec77e9 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -52,7 +52,7 @@ For Windows: # or for a specific released version c:\\> %VENV%\\Scripts\\pip install "pyramid==\ |release|\ " -Of course Pyramid runs fine on Python 2.6+, as do the examples in this *Quick +Of course Pyramid runs fine on Python 2.7+, as do the examples in this *Quick Tour*. We're showing Python 3 for simplicity. (Pyramid had production support for Python 3 in October 2011.) Also for simplicity, the remaining examples will show only UNIX commands. |
