Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 1a71d9d

Browse files
committed
add python3.10 tested note to docs
1 parent d274938 commit 1a71d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
1111
db.put(b"a", b"b")
1212
print db.get(b"a")
1313

14-
Tested with python3.8 and python3.9 and RocksDB version 6.11.4.
14+
Tested with python3.8, python3.9, python3.10, and RocksDB version 6.11.4.
1515

1616
.. toctree::
1717
:maxdepth: 2

0 commit comments

Comments
 (0)