Skip to content

Commit 652012a

Browse files
dvora-hvladvildanov
authored andcommitted
Update install_requires (#3109)
1 parent f70cabb commit 652012a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
},
3535
author="Redis Inc.",
3636
author_email="[email protected]",
37-
python_requires=">=3.7",
37+
python_requires=">=3.8",
3838
install_requires=[
39-
'importlib-metadata >= 1.0; python_version < "3.8"',
4039
'typing-extensions; python_version<"3.8"',
41-
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
40+
'async-timeout>=4.0.3',
4241
],
4342
classifiers=[
4443
"Development Status :: 5 - Production/Stable",
@@ -49,7 +48,6 @@
4948
"Programming Language :: Python",
5049
"Programming Language :: Python :: 3",
5150
"Programming Language :: Python :: 3 :: Only",
52-
"Programming Language :: Python :: 3.7",
5351
"Programming Language :: Python :: 3.8",
5452
"Programming Language :: Python :: 3.9",
5553
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)