From 20fec6a1eb2509031015afbcfeddf66268308a65 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 28 Nov 2020 20:14:09 -0600 Subject: drop python 3.5 --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 32e260037..43e3832e6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -187,6 +187,9 @@ Backward Incompatibilities - Drop support for Python 3.4. See https://github.com/Pylons/pyramid/pull/3547 +- Drop support for Python 3.5. + See https://github.com/Pylons/pyramid/pull/3634 + - Removed the ``pyramid.compat`` module. Integrators should use the ``six`` module or vendor shims they are using into their own codebases going forward. https://github.com/Pylons/pyramid/pull/3421 -- cgit v1.2.3