Skip to content

Commit

Permalink
test: remove Django 3.2 environment from tox test environment
Browse files Browse the repository at this point in the history
Extended support for Django 3.2 ended on 04/01/2024. Dependencies of this library are beginning to require Django >= 4.2, which causes version incompatibilities when running tests in CI in the Django 3.2 environment.

This commit removes the Django 3.2 environment from tox.
  • Loading branch information
MichaelRoytman committed Jun 26, 2024
1 parent 4d45425 commit d17e088
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{32,42}-celery{53}, quality, rst_validation, docs, pii_check
envlist = py38-django{42}-celery{53}, quality, rst_validation, docs, pii_check

[doc8]
ignore = D001
Expand Down Expand Up @@ -35,7 +35,6 @@ norecursedirs = .* docs requirements site-packages

[testenv]
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<5.0
-r{toxinidir}/requirements/test.txt
celery44: -r{toxinidir}/requirements/celery44.txt
Expand Down

0 comments on commit d17e088

Please sign in to comment.