summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-05-27 14:20:23 +0200
committerMichael Howitz <mh@gocept.com>2021-05-28 08:03:35 +0200
commit0f8a8f11cb74b988e947fe20034a76ed1bc7f27e (patch)
treea267c937426eb4c832f9914b26136a649042eab0 /CHANGES.rst
parent23529db8a317f3e3cf209349f154eccccbb37e7b (diff)
downloadzope-tal-0f8a8f11cb74b988e947fe20034a76ed1bc7f27e.tar.gz
Lint the code.
Add support for Python 3.8 and 3.9. Drop support for Python 3.4.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 89411df..b13aa07 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,10 @@
- Avoid traceback reference cycle in ``TALInterpreter.do_onError_tal``.
+- Add support for Python 3.8 and 3.9.
+
+- Drop support for Python 3.4.
+
4.4 (2018-10-05)
================