Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
django-version: ["5.2.*", "6.0.*"]
django-version: ["4.2.*", "5.2.*", "6.0.*"]
exclude:
- python-version: "3.10"
django-version: "6.0.*"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
# Supported test environments as python:django pairs. Keep this explicit so
# unsupported combinations, such as Django 6 on Python < 3.12, are not run.
TEST_MATRIX ?= \
'3.10:4.2.*' \
'3.10:5.2.*' \
'3.11:4.2.*' \
'3.11:5.2.*' \
'3.12:4.2.*' \
'3.12:5.2.*' \
'3.12:6.0.*' \
'3.13:5.2.*' \
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.2",
"Framework :: Django :: 6.0",
"License :: OSI Approved :: MIT License",
Expand All @@ -28,7 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"Django>=5.2",
"Django>=4.2",
"attrs>=26.1.0",
"djangorestframework>=3.17.1",
"requests>=2.34.0",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading