Skip to content

Commit 6b427cc

Browse files
committed
Bump python_requires to >=3.8, drop importlib-metadata shim dependency
1 parent e56129a commit 6b427cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
},
3535
author="Redis Inc.",
3636
author_email="oss@redis.com",
37-
python_requires=">=3.7",
37+
python_requires=">=3.8",
3838
install_requires=[
39-
'importlib-metadata >= 1.0; python_version < "3.8"',
4039
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
4140
],
4241
classifiers=[
@@ -48,7 +47,6 @@
4847
"Programming Language :: Python",
4948
"Programming Language :: Python :: 3",
5049
"Programming Language :: Python :: 3 :: Only",
51-
"Programming Language :: Python :: 3.7",
5250
"Programming Language :: Python :: 3.8",
5351
"Programming Language :: Python :: 3.9",
5452
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)