File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
author = "Redis Inc." ,
36
36
author_email = "oss@redis.com" ,
37
- python_requires = ">=3.7 " ,
37
+ python_requires = ">=3.8 " ,
38
38
install_requires = [
39
- 'importlib-metadata >= 1.0; python_version < "3.8"' ,
40
39
'typing-extensions; python_version<"3.8"' ,
41
- 'async-timeout>=4.0.2; python_full_version<="3.11.2" ' ,
40
+ 'async-timeout>=4.0.3 ' ,
42
41
],
43
42
classifiers = [
44
43
"Development Status :: 5 - Production/Stable" ,
49
48
"Programming Language :: Python" ,
50
49
"Programming Language :: Python :: 3" ,
51
50
"Programming Language :: Python :: 3 :: Only" ,
52
- "Programming Language :: Python :: 3.7" ,
53
51
"Programming Language :: Python :: 3.8" ,
54
52
"Programming Language :: Python :: 3.9" ,
55
53
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments