Skip to content

Commit 2ff098f

Browse files
committed
fix: updating dependencies for ci/cd
1 parent 963fa11 commit 2ff098f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tox]
22
envlist =
3-
django{220,320,400,500}
3+
py38-django{220,320,400}, py312-django{500}
44

55
[testenv]
6+
basepython =
7+
py38: python3.8
8+
py312: python3.12
69
deps =
710
django220: Django>=2.2,<3
811
django320: Django>=3.2,<4

0 commit comments

Comments
 (0)