summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-11 13:10:45 -0800
committerAndy McCurdy <andy@andymccurdy.com>2019-12-07 14:36:54 -0800
commit1671ef2fcca68854020d54078bee58224c2f3893 (patch)
tree06d8a62aea0fc5564abe67fc2b324dc42a03a8d2 /CHANGES
parent6d2cbe56ac3c3cf74b6338d90cd7d7e48e62e3e7 (diff)
downloadredis-py-1671ef2fcca68854020d54078bee58224c2f3893.tar.gz
Drop support for end-of-life Python 3.4
Python 3.4 has been EOL since 2019-03-18. Removing from the test matrix helps reduce testing resources. For additional details on unsupported Python versions, see: https://devguide.python.org/devcycle/#end-of-life-branches
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7c0d888..894b05d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@
This is a convenient way to test if any of the watched keys changed
without actually running any other commands. Thanks @brianmaissy.
#1233, #1234
+ * Removed support for end of life Python 3.4.
* 3.3.11
* Further fix for the SSLError -> TimeoutError mapping to work
on obscure releases of Python 2.7.