Skip to content

Commit c0d88a9

Browse files
authored
ci: Add rq 1.4 to test matrix (getsentry#690)
* ci: Add rq 1.4 to test matrix * rq drops py2 support
1 parent f399cae commit c0d88a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ envlist =
4848

4949
{pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11}
5050
{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
5152

5253
py3.7-aiohttp-3.5
5354
{py3.7,py3.8}-aiohttp-3.6
@@ -137,7 +138,7 @@ deps =
137138
# https://github.com/jamesls/fakeredis/issues/245
138139
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
139140
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: redis<3.2.2
140-
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
141142

142143
rq-0.6: rq>=0.6,<0.7
143144
rq-0.7: rq>=0.7,<0.8
@@ -151,6 +152,7 @@ deps =
151152
rq-1.1: rq>=1.1,<1.2
152153
rq-1.2: rq>=1.2,<1.3
153154
rq-1.3: rq>=1.3,<1.4
155+
rq-1.4: rq>=1.4,<1.5
154156

155157
aiohttp-3.4: aiohttp>=3.4.0,<3.5.0
156158
aiohttp-3.5: aiohttp>=3.5.0,<3.6.0

0 commit comments

Comments
 (0)