We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648a6e0 commit bfa0106Copy full SHA for bfa0106
setup.py
@@ -34,9 +34,8 @@
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
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
41
],
42
classifiers=[
@@ -48,7 +47,6 @@
48
47
"Programming Language :: Python",
49
"Programming Language :: Python :: 3",
50
"Programming Language :: Python :: 3 :: Only",
51
- "Programming Language :: Python :: 3.7",
52
"Programming Language :: Python :: 3.8",
53
"Programming Language :: Python :: 3.9",
54
"Programming Language :: Python :: 3.10",
0 commit comments