From 340186150877e99e64171d83376eed011571414d Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Mon, 17 Jul 2023 14:40:40 +0100 Subject: [PATCH] Add Django 4.2 and Python 3.11 to test matrix, remove Python 3.7 --- .github/workflows/ci.yml | 14 +++++--------- README.md | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c047d8..12898a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,17 +9,13 @@ jobs: strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] - django: ["3.2", "4.0", "4.1"] + python: ["3.8", "3.9", "3.10", "3.11"] + django: ["3.2", "4.0", "4.1", "4.2"] exclude: - - python: "3.6" + - python: "3.11" + django: "3.2" + - python: "3.11" django: "4.0" - - python: "3.7" - django: "4.0" - - python: "3.6" - django: "4.1" - - python: "3.7" - django: "4.1" steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 8753030..ef9e33e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ django-forms-dynamic **Resolve form field arguments dynamically when a form is instantiated, not when it's declared.** -Tested against Django 2.2, 3.2 and 4.0 on Python 3.6, 3.7, 3.8, 3.9 and 3.10 +Tested against Django 3.2, 4.0, 4.1 and 4.2 on Python 3.8, 3.9, 3.10 and 3.11. ![Build Status](https://github.com/dabapps/django-forms-dynamic/workflows/CI/badge.svg) [![pypi release](https://img.shields.io/pypi/v/django-forms-dynamic.svg)](https://pypi.python.org/pypi/django-forms-dynamic)