updated tox and README for Django-4.2 support
parent
47da79b080
commit
027ac10f2c
|
|
@ -14,9 +14,9 @@ Welcome to django-more-admin-filters
|
|||
:target: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue
|
||||
:alt: python: 3.6, 3.7, 3.8, 3.9, 3.10
|
||||
|
||||
.. image:: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0%20%7C%204.1-orange
|
||||
:target: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0%20%7C%204.1-orange
|
||||
:alt: django: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1
|
||||
.. image:: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0%20%7C%204.1%20%7C%204.2-orange
|
||||
:target: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0%20%7C%204.1%20%7C%204.2-orange
|
||||
:alt: django: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2
|
||||
|
||||
|
||||
Description
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -9,8 +9,9 @@ envlist =
|
|||
{py36,py37}-django30
|
||||
{py37,py38}-django31
|
||||
{py38,py39}-django32
|
||||
{py38,py39,py10}-django40
|
||||
{py38,py39,py10}-django41
|
||||
{py39,py10}-django40
|
||||
{py39,py10}-django41
|
||||
{py39,py10}-django42
|
||||
|
||||
skip_missing_interpreters = true
|
||||
|
||||
|
|
@ -22,6 +23,7 @@ deps =
|
|||
django32: Django>=3.2,<4.0
|
||||
django40: Django>=4.0,<4.1
|
||||
django41: Django>=4.1,<4.2
|
||||
django42: Django>=4.2,<5.0
|
||||
selenium<4.3.0
|
||||
|
||||
commands = {envpython} tests/manage.py test testapp {posargs}
|
||||
|
|
|
|||
Loading…
Reference in New Issue