Skip to content

Commit 50c7b92

Browse files
authored
Merge branch 'main' into issue-801
2 parents 06efd70 + c17794e commit 50c7b92

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
FORCE_COLOR: 1
1919
PY_COLORS: 1
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Switch to using Python 3.11 by default
2323
uses: actions/setup-python@v5
2424
with:

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v5
3232
with:
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
toxenv: [docs, packaging, py311]
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
- name: Set up Python 3.11
5353
uses: actions/setup-python@v5
5454
with:

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Testinfra test your infrastructure
44

55
Latest documentation: https://testinfra.readthedocs.io/en/latest
66

7+
.. important::
8+
9+
**Maintenance Notice**
10+
11+
This project is currently **not actively maintained**, and responses
12+
to issues or pull requests may be delayed for **several months**.
13+
Please consider this when using the project and feel free to
14+
contribute via pull requests, which will be reviewed as time permits.
15+
Thank you for your understanding!
16+
717
About
818
=====
919

0 commit comments

Comments
 (0)