Skip to content

Commit

Permalink
Allow installation with django >=5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Sep 20, 2023
1 parent df843dd commit 566e0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
# https://docs.djangoproject.com/en/4.1/faq/install/#what-python-version-can-i-use-with-django
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.0", "4.1", "4.2"]
django-version: ["3.2", "4.0", "4.1", "4.2", "5"]
db-engine: [sqlite, postgres]
tz-engine: [pytz, zoneinfo]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages = [
]

[tool.poetry.dependencies]
Django = ">=3.2,<5.0"
Django = ">=3.2,<6.0"
python = "^3.8"
"backports.zoneinfo" = { version = "^0.2.1", python = "<3.9" }

Expand Down

0 comments on commit 566e0b2

Please sign in to comment.