We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56129a commit 6b427ccCopy full SHA for 6b427cc
setup.py
@@ -34,9 +34,8 @@
34
},
35
author="Redis Inc.",
36
author_email="oss@redis.com",
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