From 13d28f567e4a3499ef4e61cf466938bf352f3880 Mon Sep 17 00:00:00 2001 From: Neil Muller Date: Tue, 5 Mar 2024 11:57:52 +0200 Subject: [PATCH 1/3] Update list of supported versions --- README.rst | 2 +- docs/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index eedfc69e..bbc23494 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Available on `readthedocs.org`_. Supported Django versions ========================= -Wafer supports Django 3.2 and Django 4.0 - 4.2. +Wafer supports Django 3.2, Django 4.0 - 4.2 and Django 5.0 . Installation ============ diff --git a/docs/install.rst b/docs/install.rst index 9478c847..9f7d9b94 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,7 +5,7 @@ Installation Supported versions ================== -Wafer supports Django 3.2, 4.0-4.2 and Python 3.7 to 3.11. +Wafer supports Django 3.2, 4.0-4.2, 5.0 and Python 3.8 to 3.12. Requirements ============ From e9aebf5a257410684b874baf2bcb28203aec2e32 Mon Sep 17 00:00:00 2001 From: Neil Muller Date: Tue, 5 Mar 2024 11:58:15 +0200 Subject: [PATCH 2/3] Update setup.py to include Django 5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46ce9cbd..31514d27 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup REQUIRES = [ - 'Django>=3.2,<5', + 'Django>=3.2,<5.1', 'bleach', 'bleach-allowlist', 'crispy-bootstrap5', From 3c961b55a851042ed8e59919938be5093eb39b4d Mon Sep 17 00:00:00 2001 From: Neil Muller Date: Thu, 7 Mar 2024 10:31:32 +0200 Subject: [PATCH 3/3] Update the build status badge to point to the action build --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index bbc23494..a8d24939 100644 --- a/README.rst +++ b/README.rst @@ -3,10 +3,10 @@ wafer |wafer-ci-badge| |wafer-docs-badge| |wafer-weblate-badge| -.. |wafer-ci-badge| image:: https://travis-ci.org/CTPUG/wafer.png?branch=master - :alt: Travis CI build status +.. |wafer-ci-badge| image:: https://github.com/CTPUG/wafer/actions/workflows/django.yml/badge.svg + :alt: Github actions CI build status :scale: 100% - :target: https://travis-ci.org/CTPUG/wafer + :target: https://github.com/CTPUG/wafer/actions/ .. |wafer-docs-badge| image:: https://readthedocs.org/projects/wafer/badge/?version=latest :alt: Wafer documentation