mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 14:30:23 +00:00
Remove 3.14 from Django 5.1
This commit is contained in:
parent
f7c3d5f736
commit
0717cb8d06
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
|
@ -2,10 +2,10 @@
|
|||
isolated_build = true
|
||||
envlist =
|
||||
py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations}
|
||||
py{310,311,312,313,314}-dj{50}-{unittest,pytest,checkmigrations}
|
||||
py{310,311,312,313,314}-dj{51}-{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,314}-dj{52}-{unittest,pytest,checkmigrations}
|
||||
py{310,311,312,313,314}-dj{main}-{unittest,pytest,checkmigrations}
|
||||
py{312,313,314}-dj{main}-{unittest,pytest,checkmigrations}
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue