Skip to content

Commit afcf608

Browse files
committed
allow compatible python and django patches
1 parent 2c44063 commit afcf608

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Axel Schlindwein <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "3.13.7" # EOL 2029-10, bugfix 2026-10
10-
django = "5.2.7" # EOL 2028-03
9+
python = "~=3.13.7" # EOL 2029-10, bugfix 2026-10
10+
django = "~=5.2.7" # EOL 2028-03
1111
wagtail = "7.0" # EOL 2026-10
1212
redis = "^7.0.0"
1313
celery = "^5.5.3"

0 commit comments

Comments
 (0)