summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-11-02 06:30:07 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-03 03:21:49 -0700
commit5d1c1f767f9004cae670451da56d62bcb4550111 (patch)
treed81f05482b0e74a653680e9808be9acedd2d341d /CHANGES
parent350362405112d6047ade4c3cc81931a2b4e33e36 (diff)
downloadredis-py-5d1c1f767f9004cae670451da56d62bcb4550111.tar.gz
Remove support and testing for EOL Python 2.6
Python 2.6 is EOL. It is no longer receiving bug fixes, including for security issues. It has been EOL since 2013-10-29. For additional details of the status of Python versions, see: https://devguide.python.org/#status-of-python-branches For discussions on why removing Python 2.6 benefits the entire community, please see: https://snarky.ca/stop-using-python-2-6/ http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f38cd44..db81c79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+* UNRELEASED
+ * Removed support for EOL Python 2.6.
* 2.10.6
* Various performance improvements. Thanks cjsimpson
* Fixed a bug with SRANDMEMBER where the behavior for `number=0` did