We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d105af commit a7a7c67Copy full SHA for a7a7c67
tox.ini
@@ -6,8 +6,8 @@
6
[tox]
7
envlist =
8
{py37,py38,py39,py310}-django-32
9
- {py38,py39,py310}-django-41
10
- ; {py37,py38,py39,py310}-django-master
+ {py38,py39,py310,py311}-django-42
+ {py311}-django-main
11
12
13
[testenv]
@@ -16,10 +16,10 @@ setenv =
16
PYTHONPATH = {toxinidir}
17
commands = pytest --cov=dynamic_preferences {posargs}
18
deps =
19
- django-{32,41,master}: djangorestframework>=3.13,<4
+ django-{32,42,main}: djangorestframework>=3.13,<4
20
django-32: Django>=3.2,<3.3
21
- django-41: Django>=4.1,<4.2
22
- django-master: https://github.com/django/django/archive/master.tar.gz
+ django-42: Django>=4.2,<5.0
+ django-main: https://github.com/django/django/archive/main.tar.gz
23
-r{toxinidir}/requirements-test.txt
24
25
@@ -29,3 +29,6 @@ basepython =
29
py39: python3.9
30
py38: python3.8
31
py37: python3.7
32
+
33
+[testenv:py311-django-main]
34
+ignore_outcome = true
0 commit comments