Skip to content

Commit 07cd1f7

Browse files
authored
chore: Update redis-py<7 & python >= 3.9
redis-py 6.x was released python 3.8 is EOL
1 parent 7a911f3 commit 07cd1f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
'Programming Language :: Python',
2525
'Programming Language :: Python :: 3',
2626
'Programming Language :: Python :: 3 :: Only',
27-
'Programming Language :: Python :: 3.8',
2827
'Programming Language :: Python :: 3.9',
2928
'Programming Language :: Python :: 3.10',
3029
'Programming Language :: Python :: 3.11',
@@ -36,9 +35,9 @@ classifiers = [
3635
'Topic :: System :: Monitoring',
3736
'Topic :: System :: Systems Administration',
3837
]
39-
requires-python = '>=3.8'
38+
requires-python = '>=3.9'
4039
dependencies = [
41-
'redis[hiredis]>=4.2.0,<6',
40+
'redis[hiredis]>=4.2.0,<7',
4241
'click>=8.0',
4342
]
4443
optional-dependencies = {watch = ['watchfiles>=0.16'] }

0 commit comments

Comments
 (0)