summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Iljushkin <ailjushkin@gmail.com>2019-10-13 11:07:16 +0300
committerAlexander Iljushkin <ailjushkin@gmail.com>2019-10-13 11:07:16 +0300
commitf2ded16174d6b8fa2acdbb00585e645a42eeaab8 (patch)
tree3cee1f94def317eb790c436c274741140a350002
parent0a11e440bf28e2b8861d0b2608bcdd5e6dff2a9e (diff)
downloadjsonpath-rw-f2ded16174d6b8fa2acdbb00585e645a42eeaab8.tar.gz
Fixed README.md with actual tested python versions
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index dc6856e..dc85c19 100644
--- a/README.rst
+++ b/README.rst
@@ -6,8 +6,7 @@ https://github.com/kennknowles/python-jsonpath-rw
|Build Status| |Test coverage| |PyPi version| |PyPi downloads|
This library provides a robust and significantly extended implementation
-of JSONPath for Python. It is tested with Python 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, and 3.7.
-*(On travis-ci there is a segfault when running the tests with pypy; I don't think the problem lies with this library)*.
+of JSONPath for Python. It is tested with Python 2.7, 3.4, 3.5, 3.6, 3.7, pypy and pypy3.
This library differs from other JSONPath implementations in that it is a
full *language* implementation, meaning the JSONPath expressions are