Skip to content

Commit 2c1e267

Browse files
committed
.
1 parent a535ab8 commit 2c1e267

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,8 @@
291291
"*": ["fakeredis<2.28.0"],
292292
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
293293
">=1.10": ["fakeredis>=1.0,<1.7.4"],
294-
"py3.7": ["fakeredis!=2.26.0"],
294+
"py3.6,py3.7": ["fakeredis!=2.26.0"],
295295
},
296-
"python": ">=3.7",
297296
},
298297
"sanic": {
299298
"package": "sanic",

0 commit comments

Comments
 (0)