Add Django 5.1 to the testing matrix

This commit is contained in:
Alexander Todorov 2025-01-07 19:08:33 +02:00
parent 82bd56650d
commit 1451943b7d

View file

@ -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