Skip to content

Commit c88f465

Browse files
Removing dj-22 and djmain from the tox config (#691)
Co-authored-by: Thomas de Jong <[email protected]>
1 parent 8258b5f commit c88f465

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[tox]
22
envlist=
3-
py{37,38,39}-dj22-drf310-pyjwt{171,2}-tests
4-
py{37,38,39,310}-dj{22,32}-drf{311,312,313}-pyjwt{171,2}-tests
5-
py{38,39,310}-dj{40,41,main}-drf313-pyjwt{171,2}-tests
6-
py311-dj{41,main}-drf313-pyjwt{171,2}-tests
3+
py{37,38,39,310}-dj32-drf{311,312,313}-pyjwt{171,2}-tests
4+
py{38,39,310}-dj{40,41}-drf313-pyjwt{171,2}-tests
5+
py311-dj41-drf313-pyjwt{171,2}-tests
76
docs
87

98
[gh-actions]
@@ -43,7 +42,6 @@ deps=
4342
drf313: djangorestframework>=3.13,<3.14
4443
pyjwt171: pyjwt>=1.7.1,<1.8
4544
pyjwt2: pyjwt>=2,<3
46-
djmain: https://github.com/django/django/archive/main.tar.gz
4745
allowlist_externals=make
4846

4947
[testenv:docs]

0 commit comments

Comments
 (0)