Skip to content

Commit f32df6d

Browse files
committed
.
1 parent e8d3623 commit f32df6d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,9 @@
291291
"*": ["fakeredis<2.28.0"],
292292
"<0.7": ["fakeredis<1.0", "redis<3.2.2"],
293293
">=0.7,<1.11": ["fakeredis>=1.0,<1.7.4"],
294-
"py3.6,py3.7": ["fakeredis!=2.26.0"],
294+
"py3.7": ["fakeredis!=2.26.0"],
295295
},
296+
"python": ">=3.7",
296297
},
297298
"sanic": {
298299
"package": "sanic",

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-18T14:11:30.938046+00:00
13+
# Last generated: 2025-09-18T15:33:18.721032+00:00
1414

1515
[tox]
1616
requires =
@@ -223,8 +223,8 @@ envlist =
223223
{py3.9,py3.10}-ray-v2.7.2
224224
{py3.9,py3.12,py3.13}-ray-v2.49.1
225225

226-
{py3.6}-rq-v0.8.2
227-
{py3.6,py3.7}-rq-v0.13.0
226+
{py3.7}-rq-v0.12.0
227+
{py3.7}-rq-v0.13.0
228228
{py3.7,py3.11,py3.12}-rq-v1.16.2
229229
{py3.9,py3.12,py3.13}-rq-v2.6.0
230230

@@ -596,14 +596,14 @@ deps =
596596
ray-v2.7.2: ray==2.7.2
597597
ray-v2.49.1: ray==2.49.1
598598

599-
rq-v0.8.2: rq==0.8.2
599+
rq-v0.12.0: rq==0.12.0
600600
rq-v0.13.0: rq==0.13.0
601601
rq-v1.16.2: rq==1.16.2
602602
rq-v2.6.0: rq==2.6.0
603603
rq: fakeredis<2.28.0
604-
rq-v0.8.2: fakeredis>=1.0,<1.7.4
604+
rq-v0.12.0: fakeredis>=1.0,<1.7.4
605605
rq-v0.13.0: fakeredis>=1.0,<1.7.4
606-
{py3.6,py3.7}-rq: fakeredis!=2.26.0
606+
{py3.7}-rq: fakeredis!=2.26.0
607607

608608
spark-v3.0.3: pyspark==3.0.3
609609
spark-v3.5.6: pyspark==3.5.6

0 commit comments

Comments
 (0)