Skip to content

Commit 61b97fb

Browse files
committed
Trying new names for builds (again)
1 parent 9dfb893 commit 61b97fb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/test-neo4j-3.4-ubuntu-18.04.yml renamed to .github/workflows/test-neo34-py27-py34.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test with Neo4j 3.4 on py27/py34
1+
name: test-neo34-py27-py34
22

33
on:
44
push:

.github/workflows/test-neo4j-3.4-ubuntu-20.04.yml renamed to .github/workflows/test-neo34-py35+.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test with Neo4j 3.4 on py35/py36/py37/py38/py39
1+
name: test-neo34-py35+
22

33
on:
44
push:

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Py2neo
88
:target: https://www.apache.org/licenses/LICENSE-2.0
99
:alt: License
1010

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-
1511
.. image:: https://coveralls.io/repos/github/technige/py2neo/badge.svg?branch=master
1612
:target: https://coveralls.io/github/technige/py2neo?branch=master
1713
:alt: Coverage Status
@@ -90,12 +86,22 @@ The following versions of Python and Neo4j (all editions) are supported:
9086
- Python 2.7 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9
9187
- Neo4j 3.4 / 3.5 / 4.0 / 4.1 / 4.2 / 4.3 (the latest point release of each version is recommended)
9288

89+
- Neo4j 3.4 |neo34_py27py34| |neo34_py35py36py37py38py39|
90+
9391
Py2neo provides support for the multi-database functionality added in Neo4j 4.0.
9492
More about this can be found in the documentation for the ``Graph`` class.
9593

9694
Note also that Py2neo is developed and tested under **Linux** using standard CPython distributions.
9795
While other operating systems and Python distributions may work, support for these is not available.
9896

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+
99105

100106
More
101107
----

0 commit comments

Comments
 (0)