diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-23 12:32:21 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-12-23 12:32:21 -0600 |
| commit | 4f78c131ebc39dba81c20deb54d656c6ca4c6079 (patch) | |
| tree | 6bef019d0e0b6711da8641945ded299d18a82a4e /CHANGES.rst | |
| parent | ac736c1a1854f4e7f25e8a7e58383be9098b7d38 (diff) | |
| download | pyramid-4f78c131ebc39dba81c20deb54d656c6ca4c6079.tar.gz pyramid-4f78c131ebc39dba81c20deb54d656c6ca4c6079.tar.bz2 pyramid-4f78c131ebc39dba81c20deb54d656c6ca4c6079.zip | |
update changelog for #3547
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0e6d69252..794301578 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ unreleased Features -------- +- Add support for Python 3.8. + See https://github.com/Pylons/pyramid/pull/3547 + - Changed the default ``serializer`` on ``pyramid.session.SignedCookieSessionFactory`` to use ``pyramid.session.JSONSerializer`` instead of @@ -76,6 +79,11 @@ Deprecations Backward Incompatibilities -------------------------- +- Drop support for Python 2.7. + +- Drop support for Python 3.4. + See https://github.com/Pylons/pyramid/pull/3547 + - ``pcreate`` and the builtin scaffolds have been removed in favor of using the ``cookiecutter`` tool and the ``pyramid-cookiecutter-starter`` cookiecutter. The script and scaffolds were deprecated in Pyramid 1.8. |
