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

Commit

Permalink
add python3.10 tested note to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Jul 28, 2022
1 parent d274938 commit 1a71d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
db.put(b"a", b"b")
print db.get(b"a")

Tested with python3.8 and python3.9 and RocksDB version 6.11.4.
Tested with python3.8, python3.9, python3.10, and RocksDB version 6.11.4.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 1a71d9d

Please sign in to comment.