We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f399cae commit c0d88a9Copy full SHA for c0d88a9
tox.ini
@@ -48,6 +48,7 @@ envlist =
48
49
{pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11}
50
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3}
51
+ {py3.5,py3.6,py3.7,py3.8}-rq-1.4
52
53
py3.7-aiohttp-3.5
54
{py3.7,py3.8}-aiohttp-3.6
@@ -137,7 +138,7 @@ deps =
137
138
# https://github.com/jamesls/fakeredis/issues/245
139
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
140
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: redis<3.2.2
- rq-{0.13,1.0,1.1,1.2,1.3}: fakeredis>=1.0
141
+ rq-{0.13,1.0,1.1,1.2,1.3,1.4}: fakeredis>=1.0
142
143
rq-0.6: rq>=0.6,<0.7
144
rq-0.7: rq>=0.7,<0.8
@@ -151,6 +152,7 @@ deps =
151
152
rq-1.1: rq>=1.1,<1.2
153
rq-1.2: rq>=1.2,<1.3
154
rq-1.3: rq>=1.3,<1.4
155
+ rq-1.4: rq>=1.4,<1.5
156
157
aiohttp-3.4: aiohttp>=3.4.0,<3.5.0
158
aiohttp-3.5: aiohttp>=3.5.0,<3.6.0
0 commit comments