Skip to content

Commit 1522245

Browse files
authored
Merge pull request #606 from atodorov/add-django51-to-ci
Add Django 5.1 to the testing matrix
2 parents 82bd566 + 1451943 commit 1522245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ isolated_build = true
33
envlist =
44
py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations}
55
py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations}
6+
py{310,311,312,313}-dj{51}-{unittest,pytest,checkmigrations}
67
py{310,311,312,313}-dj{main}-{unittest,pytest,checkmigrations}
78
skip_missing_interpreters = True
89

0 commit comments

Comments
 (0)