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 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 '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" ,
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" ,
You can’t perform that action at this time.
0 commit comments