Skip to content

Commit

Permalink
Bump Django dependency to 4.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Jun 28, 2024
1 parent 0b728aa commit c2a4317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Environment :: Web Environment :: Mozilla",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Intended Audience :: Developers",
Expand All @@ -38,7 +37,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"django>=3.2",
"django>=4.2",
]
optional-dependencies.dev = [
"django-stubs[compatible-mypy]",
Expand Down Expand Up @@ -93,7 +92,7 @@ DJANGO_SETTINGS_MODULE = "csp.tests.settings"
[tool.mypy]
plugins = ["mypy_django_plugin.main"]
exclude = ['^build/lib']
strict=true
strict = true

[tool.django-stubs]
django_settings_module = "csp.tests.settings"
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
{3.10,3.11,3.12,pypy310}-main
{3.10,3.11,3.12,pypy310}-5.0.x
{3.8,3.9,3.10,3.11,3.12,pypy38,pypy39,pypy310}-4.2.x
{3.8,3.9,3.10}-3.2.x
{3.8,3.9,3.10,3.11,3.12,pypy38,pypy39,pypy310}-types


Expand Down Expand Up @@ -44,7 +43,6 @@ basepython =

deps =
pytest
3.2.x: Django>=3.2,<3.3
4.2.x: Django>=4.2,<4.3
5.0.x: Django>=5.0.1,<5.1
main: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit c2a4317

Please sign in to comment.