Skip to content

Commit

Permalink
Bump python_requires to >=3.8, drop importlib-metadata shim dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 14, 2023
1 parent 225881c commit 9c0fac3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
},
author="Redis Inc.",
author_email="oss@redis.com",
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
'importlib-metadata >= 1.0; python_version < "3.8"',
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
],
classifiers=[
Expand All @@ -48,7 +47,6 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 9c0fac3

Please sign in to comment.