summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-12-28 13:37:46 -0400
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-03 03:21:49 -0700
commit2909d281b9f451a36ae949c3a433423b6f85b116 (patch)
tree42bde3d46172fb5b3e9a9c846f64909f4ae47fbf /CHANGES
parent9019e0493a68fc210121fe47740f6cfe76f9c9c3 (diff)
downloadredis-py-2909d281b9f451a36ae949c3a433423b6f85b116.tar.gz
Remove support and testing for EOL Python 3.3
Python 3.3 is EOL. It is no longer receiving bug fixes, including for security issues. It has been EOL since 2017-09-29. For additional details of the status of Python versions, see: https://devguide.python.org/#status-of-python-branches
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index db81c79..625ed25 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
* UNRELEASED
- * Removed support for EOL Python 2.6.
+ * Removed support for EOL Python 2.6 and 3.3.
* 2.10.6
* Various performance improvements. Thanks cjsimpson
* Fixed a bug with SRANDMEMBER where the behavior for `number=0` did