diff options
| author | Michael Merickel <michael@merickel.org> | 2016-01-22 17:02:15 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-01-22 17:02:15 -0600 |
| commit | 869cd912802e46836f9d59976521ad3b6db6f106 (patch) | |
| tree | bdac9c97412fe340980c45074586c415503cda19 /docs/whatsnew-1.3.rst | |
| parent | 6f287132f88b9ffd7f55753e6bce874f867e4dee (diff) | |
| parent | 4064028cadc63ed1aceb14e6c88827b88b12f839 (diff) | |
| download | pyramid-869cd912802e46836f9d59976521ad3b6db6f106.tar.gz pyramid-869cd912802e46836f9d59976521ad3b6db6f106.tar.bz2 pyramid-869cd912802e46836f9d59976521ad3b6db6f106.zip | |
Merge pull request #2256 from Pylons/remove_py32
Remove Python 3.2 support
Diffstat (limited to 'docs/whatsnew-1.3.rst')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index dd3e1b8dd..8de69c450 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -18,7 +18,7 @@ Python 3 Compatibility .. image:: python-3.png Pyramid continues to run on Python 2, but Pyramid is now also Python 3 -compatible. To use Pyramid under Python 3, Python 3.2 or better is required. +compatible. To use Pyramid under Python 3, Python 3.3 or better is required. Many Pyramid add-ons are already Python 3 compatible. For example, ``pyramid_debugtoolbar``, ``pyramid_jinja2``, ``pyramid_exclog``, |
