Skip to content

Commit 763ef4f

Browse files
committed
Make maintenance only status more prominent
1 parent 711fe95 commit 763ef4f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
.. warning::
2-
3-
execnet is currently not maintained
4-
5-
61
execnet: distributed Python deployment and communication
72
========================================================
83

4+
Important
5+
---------
6+
7+
**execnet currently is in maintenance-only mode, mostly because it is still the backend
8+
of the pytest-xdist plugin. Do not use in new projects.**
9+
910
.. image:: https://img.shields.io/pypi/v/execnet.svg
1011
:target: https://pypi.org/project/execnet/
1112

doc/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
.. image:: _static/pythonring.png
44
:align: right
55

6+
7+
.. warning::
8+
9+
execnet currently is in maintenance-only mode, mostly because it is still the backend
10+
of the pytest-xdist plugin. Do not use in new projects.
11+
612
Python_ is a mature dynamic language whose interpreters can interact with
713
all major computing platforms today.
814

0 commit comments

Comments
 (0)