Skip to content

Commit 66187aa

Browse files
authored
chore: Cleanup refs to python 3.7 (#375)
1 parent 7823759 commit 66187aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ And then in your channels consumer, you can implement the handler:
236236
Dependencies
237237
------------
238238

239-
Redis server >= 5.0 is required for `channels-redis`. Python 3.7 or higher is required.
239+
Redis server >= 5.0 is required for `channels-redis`. Python 3.8 or higher is required.
240240

241241

242242
Used commands

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
zip_safe=False,
3030
packages=find_packages(exclude=["tests"]),
3131
include_package_data=True,
32-
python_requires=">=3.7",
32+
python_requires=">=3.8",
3333
install_requires=[
3434
"redis>=4.5.3",
3535
"msgpack~=1.0",

0 commit comments

Comments
 (0)