Skip to content

Commit fb24045

Browse files
committed
Update to support django 5.2
1 parent 98bffb8 commit fb24045

File tree

3 files changed

+20
-84
lines changed

3 files changed

+20
-84
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
name: Test
66
strategy:
77
matrix:
8-
python-version: ["3.10.x", "3.11.x", "3.12.x"]
9-
django-version: ["5.0.0", "5.1.0"]
8+
python-version: ["3.11.x", "3.12.x", "3.13.x"]
9+
django-version: ["5.1.0", "5.2.1"]
1010
runs-on: ubuntu-latest
1111

1212
services:

poetry.lock

Lines changed: 16 additions & 80 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
@@ -7,9 +7,9 @@ authors = [
77
{"name" = "TextIt", "email" = "[email protected]"}
88
]
99
readme = "README.md"
10-
requires-python = ">=3.10,<3.13"
10+
requires-python = ">=3.11,<4.0"
1111
dependencies = [
12-
"Django (>= 5.0,< 5.2)",
12+
"Django (>= 5.0,< 5.3)",
1313
"celery (>=5.1)",
1414
"redis (>=3.5.3)",
1515
"sqlparse (>=0.4.1,<0.6.0)",

0 commit comments

Comments
 (0)