Steve Piercy
2016-11-14 0a49604aadb709ebd3c5c89a31be626ab3d6f7cb
Python 2.6 is no longer supported in Pyramid 1.7, bump to Py2.7
1 files modified
2 ■■■ changed files
docs/quick_tour.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tour.rst
@@ -52,7 +52,7 @@
    # 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.