Skip to content

Commit 2e2603d

Browse files
committed
bump supported Django versions
1 parent ac8f5a3 commit 2e2603d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
python_requires=">=3.8",
2222
zip_safe=False,
2323
install_requires=[
24-
"Django>=4.2,<5.0",
24+
"Django>=4.2,<5.2",
2525
"django-bootstrap-v5>=1.0.8",
2626
"python-dateutil>=2.8.2",
2727
"djangorestframework>=3.12.4",
@@ -36,7 +36,7 @@
3636
"Environment :: Web Environment",
3737
"Framework :: Django",
3838
"Framework :: Django :: 4.2",
39-
"Framework :: Django :: 4.2",
39+
"Framework :: Django :: 5.1",
4040
"Intended Audience :: Developers",
4141
"License :: OSI Approved :: MIT License",
4242
"Operating System :: OS Independent",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ isolated_build = true
33
skip_missing_interpreters = true
44
parallel_show_output = true
55
envlist =
6-
py{310,311,312}-dj{42}
6+
py{310,311,312}-dj{42,51}
77

88
[pytest]
99
testpaths = test
@@ -28,6 +28,7 @@ deps =
2828
pytest
2929
pytest-django
3030
dj42: Django>=4.2.0,<5.0
31+
dj51: Django>=5.1,<5.2
3132

3233
[testenv:pep8]
3334
description = Run flake8 against the source code

0 commit comments

Comments
 (0)