mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Merge pull request #606 from atodorov/add-django51-to-ci
Add Django 5.1 to the testing matrix
This commit is contained in:
commit
1522245b82
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue