Skip to content

Commit 0725a14

Browse files
committed
upgrade django dependency
1 parent 71469f5 commit 0725a14

2 files changed

Lines changed: 12 additions & 51 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ readme = "README.md"
66
authors = [
77
{ name = "Elias Hernandis", email = "elias@hernandis.me" }
88
]
9-
requires-python = ">=3.11"
9+
requires-python = ">=3.12"
1010
keywords = ["django", "tasks", "async", "jobs", "queues"]
1111
classifiers = [
1212
"Framework :: Django",
13-
"Framework :: Django :: 5.2",
14-
"Programming Language :: Python :: 3.11",
13+
"Framework :: Django :: 6.0",
1514
"Programming Language :: Python :: 3.12",
1615
"Programming Language :: Python :: 3.13",
1716
"Operating System :: OS Independent",
@@ -20,7 +19,7 @@ classifiers = [
2019
]
2120
dependencies = [
2221
"crontab>=1.0.5",
23-
"django>=5.2,<6",
22+
"django>=6.0,<7",
2423
"django-tasks>=0.8.1,<0.9.0",
2524
]
2625

uv.lock

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

0 commit comments

Comments
 (0)