diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-20 00:38:09 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-20 00:38:09 -0800 |
| commit | 4064028cadc63ed1aceb14e6c88827b88b12f839 (patch) | |
| tree | 161b56970fbd69c8b30a4164531257260803f1e7 /docs/whatsnew-1.3.rst | |
| parent | b74126bcfd716dad9851c50464da6f01481df5e5 (diff) | |
| download | pyramid-4064028cadc63ed1aceb14e6c88827b88b12f839.tar.gz pyramid-4064028cadc63ed1aceb14e6c88827b88b12f839.tar.bz2 pyramid-4064028cadc63ed1aceb14e6c88827b88b12f839.zip | |
Update docs to reflect dropping 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``, |
