Skip to content

Commit

Permalink
Added support for Django 5.1. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored Aug 10, 2024
1 parent 32d1036 commit 47db640
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

Next Release - TBC
------------------

* Added support for Django 5.1.

Contributed by [David S.](https://github.com/smithdc1) via [PR #167](https://github.com/django-crispy-forms/crispy-tailwind/pull/167/)

1.0.3 - 2024-02-13
------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers=[
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py38,py39,py310,py311}-django{42}-crispy{2,-latest},
{py310,py311,py312}-django{50}-crispy{2,-latest},
{py310,py311,py312}-django{50,51}-crispy{2,-latest},
lint

[testenv]
Expand All @@ -10,6 +10,7 @@ wheel_build_env = .pkg
deps =
django42: django>=4.2a1,<5.0
django50: django>=5.0a1,<5.1
django51: django>=5.1a1,<5.2
crispy2: django-crispy-forms>=2.0
crispy-latest: https://github.com/django-crispy-forms/django-crispy-forms/archive/main.tar.gz
extras = test
Expand Down

0 comments on commit 47db640

Please sign in to comment.