File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ isolated_build = true
33skip_missing_interpreters = true
44parallel_show_output = true
55envlist =
6- py{310,311,312}-dj{42}
6+ py{310,311,312}-dj{42,51 }
77
88[pytest]
99testpaths = test
2828 pytest
2929 pytest-django
3030 dj42: Django>=4.2.0,<5.0
31+ dj51: Django>=5.1,<5.2
3132
3233[testenv:pep8]
3334description = Run flake8 against the source code
You can’t perform that action at this time.
0 commit comments