From 1451943b7dd88f675581fed60c611f5714200b36 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 7 Jan 2025 19:08:33 +0200 Subject: [PATCH] Add Django 5.1 to the testing matrix --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a34d9cf..228bcb7 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ isolated_build = true envlist = py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations} py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations} + py{310,311,312,313}-dj{51}-{unittest,pytest,checkmigrations} py{310,311,312,313}-dj{main}-{unittest,pytest,checkmigrations} skip_missing_interpreters = True