From b47cbd627924fc574660fa81c67b175f733b98d1 Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Thu, 11 Jun 2015 11:49:34 -0500 Subject: [PATCH] cqle: Update docs reflecting new 2.6 compatibility --- README.rst | 2 -- docs/index.rst | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 110505da..bbb63a32 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,6 @@ A modern, `feature-rich `_ a The driver supports Python 2.6, 2.7, 3.3, and 3.4*. -\* cqlengine component presently supports Python 2.6+ - Feedback Requested ------------------ **Help us focus our efforts!** Provide your input on the `Platform and Runtime Survey `_ (we kept it short). diff --git a/docs/index.rst b/docs/index.rst index 0b89c369..7775dc62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ A Python client driver for `Apache Cassandra `_. This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. Cassandra 1.2+ is supported. -The core driver supports Python 2.6, 2.7, 3.3, and 3.4. The object mapper is presently supported in 2.7+. +The driver supports Python 2.6, 2.7, 3.3, and 3.4. This driver is open source under the `Apache v2 License `_.