File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Test with Neo4j 3.4 on py27/ py34
1
+ name : test-neo34- py27- py34
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Test with Neo4j 3.4 on py35/py36/py37/py38/py39
1
+ name : test-neo34- py35+
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 8
8
:target: https://www.apache.org/licenses/LICENSE-2.0
9
9
:alt: License
10
10
11
- .. image :: https://img.shields.io/github/workflow/status/technige/py2neo/Run%20tests%20(Ubuntu%2018.04)
12
- :target: https://github.com/technige/py2neo/actions?query=workflow%3A"Run%20tests%20(Ubuntu%2018.04)"
13
- :alt: GitHub Workflow Status
14
-
15
11
.. image :: https://coveralls.io/repos/github/technige/py2neo/badge.svg?branch=master
16
12
:target: https://coveralls.io/github/technige/py2neo?branch=master
17
13
:alt: Coverage Status
@@ -90,12 +86,22 @@ The following versions of Python and Neo4j (all editions) are supported:
90
86
- Python 2.7 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9
91
87
- Neo4j 3.4 / 3.5 / 4.0 / 4.1 / 4.2 / 4.3 (the latest point release of each version is recommended)
92
88
89
+ - Neo4j 3.4 |neo34_py27py34 | |neo34_py35py36py37py38py39 |
90
+
93
91
Py2neo provides support for the multi-database functionality added in Neo4j 4.0.
94
92
More about this can be found in the documentation for the ``Graph `` class.
95
93
96
94
Note also that Py2neo is developed and tested under **Linux ** using standard CPython distributions.
97
95
While other operating systems and Python distributions may work, support for these is not available.
98
96
97
+ .. |neo34_py27py34 | image :: https://img.shields.io/github/workflow/status/technige/py2neo/Test%20with%20Neo4j%203.4%20on%20py27%2Fpy34
98
+ :target: https://github.com/technige/py2neo/actions?query=workflow%3A"Test%20with%20Neo4j%203.4%20on%20py27%2Fpy34"
99
+ :alt: GitHub Workflow Status
100
+
101
+ .. |neo34_py35py36py37py38py39 | image :: https://img.shields.io/github/workflow/status/technige/py2neo/Test%20with%20Neo4j%203.4%20on%20py35/py36/py37/py38/py39
102
+ :target: https://github.com/technige/py2neo/actions?query=workflow%3A"Test%20with%20Neo4j%203.4%20on%20py35/py36/py37/py38/py39"
103
+ :alt: GitHub Workflow Status
104
+
99
105
100
106
More
101
107
----
You can’t perform that action at this time.
0 commit comments