Skip to content

Commit

Permalink
Merge pull request dabapps#5 from dabapps/django-4.2
Browse files Browse the repository at this point in the history
Add Django 4.2 and Python 3.11 to test matrix, remove Python 3.7
  • Loading branch information
j4mie authored Jul 17, 2023
2 parents a4aaa5b + 3401861 commit 4b98d33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4b98d33

Please sign in to comment.