Skip to content

Commit

Permalink
chore: Cleanup refs to python 3.7 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Nov 23, 2023
1 parent 7823759 commit 66187aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ And then in your channels consumer, you can implement the handler:
Dependencies
------------

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


Used commands
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
zip_safe=False,
packages=find_packages(exclude=["tests"]),
include_package_data=True,
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"redis>=4.5.3",
"msgpack~=1.0",
Expand Down

0 comments on commit 66187aa

Please sign in to comment.