Skip to content

Commit 1e494e0

Browse files
committed
DOC: PyTables 3.0.0 and Python 3 compatibility note
1 parent b2845a1 commit 1e494e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/io.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,9 +1654,10 @@ for some advanced strategies
16541654
16551655
.. note::
16561656
1657-
``PyTables`` 3.0.0 was recently released to enables support for Python 3.
1657+
``PyTables`` 3.0.0 was recently released to enable support for Python 3.
16581658
Pandas should be fully compatible (and previously written stores should be
1659-
backwards compatible) with all ``PyTables`` >= 2.3
1659+
backwards compatible) with all ``PyTables`` >= 2.3. For ``python >= 3.2``,
1660+
``pandas >= 0.12.0`` is required for compatibility.
16601661
16611662
.. ipython:: python
16621663
:suppress:

0 commit comments

Comments
 (0)