Skip to content

Commit

Permalink
Bump django-crispy-forms to 2.0 (#61)
Browse files Browse the repository at this point in the history
* Update test matrix

 - Add Python 3.12
 - Remove Django 2.2, 3.0 and 3.1
 - Add Django 4.1 and 4.2

* Make tests pass

* Upgrade Flake8, so that it works on Python 3.12 too

* Remove `|safe` filters

See #28

* Add tests for HTML escaping
  • Loading branch information
olivierphi committed Feb 2, 2024
1 parent 8505a21 commit fda1bd7
Show file tree
Hide file tree
Showing 26 changed files with 365 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
Expand Down

0 comments on commit fda1bd7

Please sign in to comment.