We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70cabb commit 652012aCopy full SHA for 652012a
setup.py
@@ -34,11 +34,10 @@
34
},
35
author="Redis Inc.",
36
author_email="[email protected]",
37
- python_requires=">=3.7",
+ python_requires=">=3.8",
38
install_requires=[
39
- 'importlib-metadata >= 1.0; python_version < "3.8"',
40
'typing-extensions; python_version<"3.8"',
41
- 'async-timeout>=4.0.2; python_full_version<="3.11.2"',
+ 'async-timeout>=4.0.3',
42
],
43
classifiers=[
44
"Development Status :: 5 - Production/Stable",
@@ -49,7 +48,6 @@
49
48
"Programming Language :: Python",
50
"Programming Language :: Python :: 3",
51
"Programming Language :: Python :: 3 :: Only",
52
- "Programming Language :: Python :: 3.7",
53
"Programming Language :: Python :: 3.8",
54
"Programming Language :: Python :: 3.9",
55
"Programming Language :: Python :: 3.10",
0 commit comments