Skip to content

Commit

Permalink
bump supported Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrauth committed Nov 14, 2024
1 parent ac8f5a3 commit 2e2603d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
python_requires=">=3.8",
zip_safe=False,
install_requires=[
"Django>=4.2,<5.0",
"Django>=4.2,<5.2",
"django-bootstrap-v5>=1.0.8",
"python-dateutil>=2.8.2",
"djangorestframework>=3.12.4",
Expand All @@ -36,7 +36,7 @@
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ isolated_build = true
skip_missing_interpreters = true
parallel_show_output = true
envlist =
py{310,311,312}-dj{42}
py{310,311,312}-dj{42,51}

[pytest]
testpaths = test
Expand All @@ -28,6 +28,7 @@ deps =
pytest
pytest-django
dj42: Django>=4.2.0,<5.0
dj51: Django>=5.1,<5.2

[testenv:pep8]
description = Run flake8 against the source code
Expand Down

0 comments on commit 2e2603d

Please sign in to comment.