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)