File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
- " 3.7"
8
8
env :
9
9
- DJANGO="Django~=2.2.8"
10
- - DJANGO="Django~=3.0.0 "
11
- - DJANGO="Django~=3.1 .0"
10
+ - DJANGO="Django~=3.1.9 "
11
+ - DJANGO="Django~=3.2 .0"
12
12
13
13
install : pip install $DJANGO
14
14
script : python setup.py test
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "django-fieldsignals" ,
14
- version = "0.6 .0" ,
14
+ version = "0.7 .0" ,
15
15
packages = ["fieldsignals" , "fieldsignals.tests" ],
16
16
include_package_data = True ,
17
17
test_suite = "fieldsignals.tests.test_signals" ,
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ envlist =
3
3
# Any supported combination of python & django.
4
4
# min/max python versions for each django version are listed here
5
5
{py35,py39}-{dj22}
6
- {py36,py39}-{dj30}
7
6
{py36,py39}-{dj31}
7
+ {py36,py39}-{dj32}
8
8
9
9
[testenv]
10
10
commands = pytest {posargs}
11
11
deps =
12
12
pytest
13
13
dj22: Django~=2.2.17
14
- dj30 : Django~=3.0.11
15
- dj31 : Django~=3.1.3
14
+ dj31 : Django~=3.1.9
15
+ dj32 : Django~=3.2.0
You can’t perform that action at this time.
0 commit comments