Skip to content

Commit 3675825

Browse files
authored
Bump dependecies (#41)
1 parent 929e377 commit 3675825

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
install_requires=[
4343
"Django>=2.2,<3.3",
44-
"Wagtail>=2.11,<2.15",
44+
"Wagtail>=2.11,<2.16",
4545
"user-agents>=2.2,<2.3",
4646
"numpy>=1.19.4,<1.20",
4747
"scipy>=1.5.4,<1.6",

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
skipsdist = True
33
usedevelop = True
44

5-
envlist = py{37,38}-dj{22,30,31,master}-wa{211,main}-{sqlite,postgres}
5+
envlist = py{37,38,39}-dj{22,30,32,master}-wa{211,215,main}-{sqlite,postgres}
66

77
[flake8]
88
# E501: Line too long
@@ -23,14 +23,14 @@ deps =
2323

2424
dj22: Django>=2.2,<2.3
2525
dj30: Django>=3.0,<3.1
26-
dj31: Django>=3.1,<3.2
27-
djmaster: git+https://github.com/django/django.git@master#egg=Django
28-
djmaster: git+https://github.com/wagtail/django-modelcluster.git
26+
dj32: Django>=3.2,<3.3
27+
djmain: git+https://github.com/django/django.git@main#egg=Django
2928

30-
wa211: wagtail>=2.11,<2.15
29+
wa211: wagtail>=2.11,<2.12
30+
wa215: wagtail>=2.15rc1,<2.16
3131
wamain: git+https://github.com/wagtail/wagtail.git
3232

33-
postgres: psycopg2>=2.6
33+
postgres: psycopg2==2.8.6
3434

3535
setenv =
3636
postgres: DATABASE_URL=postgres:///wagtail_ab_testing

0 commit comments

Comments
 (0)