diff mbox series

[2/3] README: stop trying to track supported versions

Message ID 20191029072616.9212-2-dja@axtens.net
State Accepted
Headers show
Series [1/3] README: fix .env | expand

Commit Message

Daniel Axtens Oct. 29, 2019, 7:26 a.m. UTC
We're not doing a good job of it, the versions are out of date and
we keep forgetting to update the README. We are a bit better at
making release notes, so just point people there.

Signed-off-by: Daniel Axtens <dja@axtens.net>
---
 README.rst | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Comments

Stephen Finucane Nov. 5, 2019, 3:11 a.m. UTC | #1
On Tue, 2019-10-29 at 18:26 +1100, Daniel Axtens wrote:
> We're not doing a good job of it, the versions are out of date and
> we keep forgetting to update the README. We are a bit better at
> making release notes, so just point people there.
> 
> Signed-off-by: Daniel Axtens <dja@axtens.net>

Same comments as previous patch.

Reviewed-by: Stephen Finucane <stephen@that.guru>
diff mbox series

Patch

diff --git a/README.rst b/README.rst
index 6cc74d4cc043..f6a030187730 100644
--- a/README.rst
+++ b/README.rst
@@ -37,13 +37,17 @@  of community projects.
 Requirements
 ------------
 
-- Python (2.7, 3.5 - 3.8)
+Patchwork requires reasonably recent versions of:
 
-- Django (1.11, 2.1 - 2.2)
+- Python (2 or 3)
 
-- Django REST Framework (3.6 - 3.9)
+- Django
 
-- Django Filters (1.0 - 2.0)
+- Django REST Framework
+
+- Django Filters
+
+The precise versions supported are listed in the `release notes`_.
 
 Development Installation
 ------------------------
@@ -104,6 +108,7 @@  Contact
 
 For bug reports, patch submissions or other questions, use the `mailing list`_.
 
+.. _release notes: https://patchwork.readthedocs.io/en/latest/releases/
 .. _docker-compose: https://docs.docker.com/compose/install/
 .. _Docker: https://docs.docker.com/engine/installation/linux/
 .. _documentation: https://patchwork.readthedocs.io/