Skip to content

Commit

Permalink
build: add support for django42 during GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Feb 26, 2024
1 parent d40b1b4 commit 4e97911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38}, quality, docs, pii_check
envlist = py{38}-django{32, 42}, quality, docs, pii_check


[doc8]
Expand Down Expand Up @@ -38,6 +38,8 @@ norecursedirs = .* docs requirements site-packages

[testenv]
deps =
django32: Django>=3.2,<3.3
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
commands =
pytest openedx_events tests
Expand Down

0 comments on commit 4e97911

Please sign in to comment.