You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ This repository contains the official Neo4j driver for Python.
6
6
Each driver release (from 4.0 upwards) is built specifically to work with a corresponding Neo4j release, i.e. that with the same `major.minor` version number.
7
7
These drivers will also be compatible with the previous Neo4j release, although new server features will not be available.
8
8
9
-
Python 3.4 or above is required.
10
-
Python 2 support has been dropped as of the Neo4j 4.0 release.
9
+
+ Python 3.8 supported.
10
+
+ Python 3.7 supported.
11
+
+ Python 3.6 supported.
12
+
+ Python 3.5 supported.
13
+
14
+
Python 2.7 support has been dropped as of the Neo4j 4.0 release.
0 commit comments