Skip to content

Commit

Permalink
Add Django 5.2a1 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 16, 2025
1 parent e897de2 commit 005f5b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: django-upgrade
args: [--target-version, "3.2"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.0"
rev: "v0.9.1"
hooks:
- id: ruff
args: [--unsafe-fixes]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Updated the pre-commit hooks, switched to biome.
- Pruned Python 3.9 and Django 4.1 from the CI matrix.
- Added Python 3.13 to the CI matrix.
- Added Django 5.2a1 to the CI matrix.

## 1.5 (2024-05-05)

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
# "Framework :: Django :: 5.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist =
py{310}-dj{32,42}
py{310,311}-dj{32,42,50,51,main}
py{312}-dj{42,50,51,main}
py{313}-dj{51,main}
py{310,311,312}-dj{32,42,50,51,main}
py{312, 313}-dj{51,52,main}

[testenv]
usedevelop = true
Expand All @@ -16,6 +15,7 @@ deps =
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
dj52: Django>=5.2a1,<5.3
djmain: https://github.com/django/django/archive/main.tar.gz

# [testenv:docs]
Expand Down

0 comments on commit 005f5b6

Please sign in to comment.