aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas A Caswell <tcaswell@gmail.com>2019-12-16 22:21:54 -0500
committerThomas A Caswell <tcaswell@gmail.com>2019-12-16 22:21:54 -0500
commit4edb2813d6653a9a272d3c32559c2b526ed3007a (patch)
tree1014c68c02c6e6d644b8916ba7270a713f62aa96
parentd456a1ce0be58f78b6d3f6fa4b705332f56c31d1 (diff)
downloaduritemplates-4edb2813d6653a9a272d3c32559c2b526ed3007a.tar.gz
DOC: add note about dropping support for old Pythons
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index cf44a5b..8dee616 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,6 +7,7 @@ Changelog - uritemplate
.. note:: This version is under active development
- Update to Python 3.6, 3.7, and 3.8
+- Drop support for Python 2.6, 3.2, and 3.3
- Ignore ``None`` in list argument expansion
- Handle a list with an empty string appropriately