8000 Fixed README.md with actual tested python versions · s886508/python-jsonpath-rw@f2ded16 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2ded16

Browse files
author
Alexander Iljushkin
committed
Fixed README.md with actual tested python versions
1 parent 0a11e44 commit f2ded16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ https://github.com/kennknowles/python-jsonpath-rw
66
|Build Status| |Test coverage| |PyPi version| |PyPi downloads|
77

88
This library provides a robust and significantly extended implementation
9-
of JSONPath for Python. It is tested with Python 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, and 3.7.
10-
*(On travis-ci there is a segfault when running the tests with pypy; I don't think the problem lies with this library)*.
9+
of JSONPath for Python. It is tested with Python 2.7, 3.4, 3.5, 3.6, 3.7, pypy and pypy3.
1110

1211
This library differs from other JSONPath implementations in that it is a
1312
full *language* implementation, meaning the JSONPath expressions are

0 commit comments

Comments
 (0)
0