From 6b24faea4ac650104fc57777b39f9106c24885ec Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Thu, 29 Jun 2023 16:13:46 +0400 Subject: [PATCH] Test Django 4.2 only with DRF 3.14 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7c609dd..e086426 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,8 @@ envlist = py{37,38}-dj{22}-drf{38,39,310,311}-{pytest,mypy} py{37,38}-dj{30}-drf{310,311}-{pytest,mypy} py{37,38,39,310,311}-dj{31,32}-drf{311,312,313,314}-{pytest,mypy} - py{38,39,310,311}-dj{40,41,42}-drf{313,314}-{pytest,mypy} + py{38,39,310,311}-dj{40,41}-drf{313,314}-{pytest,mypy} + py{38,39,310,311}-dj{42}-drf{314}-{pytest,mypy} skip_missing_interpreters = true [gh-actions]