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 7a911f3 commit 07cd1f7Copy full SHA for 07cd1f7
pyproject.toml
@@ -24,7 +24,6 @@ classifiers = [
24
'Programming Language :: Python',
25
'Programming Language :: Python :: 3',
26
'Programming Language :: Python :: 3 :: Only',
27
- 'Programming Language :: Python :: 3.8',
28
'Programming Language :: Python :: 3.9',
29
'Programming Language :: Python :: 3.10',
30
'Programming Language :: Python :: 3.11',
@@ -36,9 +35,9 @@ classifiers = [
36
35
'Topic :: System :: Monitoring',
37
'Topic :: System :: Systems Administration',
38
]
39
-requires-python = '>=3.8'
+requires-python = '>=3.9'
40
dependencies = [
41
- 'redis[hiredis]>=4.2.0,<6',
+ 'redis[hiredis]>=4.2.0,<7',
42
'click>=8.0',
43
44
optional-dependencies = {watch = ['watchfiles>=0.16'] }
0 commit comments