Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.12.x", "3.13.x", "3.14.x"]
django-version: ["5.2.12"]
django-version: ["5.2.12", "6.0.3"]

services:
valkey:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers=[
requires-python = ">=3.12,<4.0"

dependencies = [
"Django (>= 5.2.12,< 5.3)",
"Django (>= 5.2.12,< 6.1)",
"celery[redis] ~= 5.5.3",
"django-compressor >= 4.0",
"django-timezone-field >= 6.1.0",
Expand All @@ -27,7 +27,7 @@ dependencies = [
"psycopg >= 3.1.9",
"python-dateutil >=2.8.2",
"rapidpro-python (>=2.22.2,<3.0.0)",
"smartmin (>=5.2.5,<6.0.0)",
"smartmin (>=6.0.0,<6.1.0)",
"sorl-thumbnail >= 12.9.0",
"django-valkey (>=0.2.1,<0.3.0)",
]
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

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

Loading