Skip to content

Commit

Permalink
Added Django 5.2a1 to the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Feb 10, 2025
1 parent 397cc8b commit 001bcde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
]
dynamic = ["version"]
requires-python = ">=3.9"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
django42-py{39,310,311,312}
django50-py{310,311,312}
django51-py{310,311,312,313}
django52-py{310,311,312,313}

[gh-actions]
python =
Expand All @@ -28,6 +29,7 @@ deps =
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
django52: Django>=5.2a1,<5.3
extras = django-extensions
commands =
pytest

0 comments on commit 001bcde

Please sign in to comment.