cqle: Update docs reflecting new 2.6 compatibility

This commit is contained in:
Adam Holmberg
2015-06-11 11:49:34 -05:00
parent 2b3a72efcc
commit b47cbd6279
2 changed files with 1 additions and 3 deletions

View File

@@ -8,8 +8,6 @@ A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ a
The driver supports Python 2.6, 2.7, 3.3, and 3.4*. The driver supports Python 2.6, 2.7, 3.3, and 3.4*.
\* cqlengine component presently supports Python 2.6+
Feedback Requested Feedback Requested
------------------ ------------------
**Help us focus our efforts!** Provide your input on the `Platform and Runtime Survey <https://docs.google.com/a/datastax.com/forms/d/10wkbKLqmqs91gvhFW5u43y60pg_geZDolVNrxfO5_48/viewform>`_ (we kept it short). **Help us focus our efforts!** Provide your input on the `Platform and Runtime Survey <https://docs.google.com/a/datastax.com/forms/d/10wkbKLqmqs91gvhFW5u43y60pg_geZDolVNrxfO5_48/viewform>`_ (we kept it short).

View File

@@ -4,7 +4,7 @@ A Python client driver for `Apache Cassandra <http://cassandra.apache.org>`_.
This driver works exclusively with the Cassandra Query Language v3 (CQL3) This driver works exclusively with the Cassandra Query Language v3 (CQL3)
and Cassandra's native protocol. Cassandra 1.2+ is supported. 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 This driver is open source under the
`Apache v2 License <http://www.apache.org/licenses/LICENSE-2.0.html>`_. `Apache v2 License <http://www.apache.org/licenses/LICENSE-2.0.html>`_.