diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2019-12-17 07:45:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-17 07:45:42 -0600 |
| commit | baed5cf7d4a0fc3db30a9a8ad2bd319add474b0a (patch) | |
| tree | 1014c68c02c6e6d644b8916ba7270a713f62aa96 | |
| parent | d456a1ce0be58f78b6d3f6fa4b705332f56c31d1 (diff) | |
| parent | 4edb2813d6653a9a272d3c32559c2b526ed3007a (diff) | |
| download | platform_external_python_uritemplates-baed5cf7d4a0fc3db30a9a8ad2bd319add474b0a.tar.gz platform_external_python_uritemplates-baed5cf7d4a0fc3db30a9a8ad2bd319add474b0a.tar.bz2 platform_external_python_uritemplates-baed5cf7d4a0fc3db30a9a8ad2bd319add474b0a.zip | |
Merge pull request #48 from tacaswell/doc_drop_pys
DOC: add note about dropping support for old Pythons
| -rw-r--r-- | HISTORY.rst | 1 |
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 |
