Skip to content

Commit e7e44a2

Browse files
committed
fix: add Django 5.2 fallback for Python 3.10-3.11
Django 6.0 requires Python >= 3.12. Add a separate dependency line for Django >= 5.2.12 on Python 3.10-3.11 to keep CI builds working.
1 parent 2d30658 commit e7e44a2

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dev = [
4545
"pytest-asyncio >=0.25.0; python_version <'3.10'",
4646
"pydot",
4747
"django >=6.0.3; python_version >='3.12'",
48+
"django >=5.2.12; python_version >='3.10' and python_version <'3.12'",
4849
"pytest-django >=4.12.0; python_version >='3.10'",
4950
"Sphinx; python_version >'3.8'",
5051
"sphinx-gallery; python_version >'3.8'",

uv.lock

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

0 commit comments

Comments
 (0)