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 9757793 commit db668bcCopy full SHA for db668bc
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- '3.10'
14
- '3.11'
15
- '3.12'
16
- - '3.13'
+ # - '3.13'
17
django-version:
18
- '4.2'
19
- '5.0'
README.rst
@@ -34,7 +34,7 @@ Why use django-valkey?
34
Requirements
35
~~~~~~~~~~~~
36
37
-- `Python`_ 3.10+
+- `Python`_ 3.10+ (if you use with libvalkey, they don't support 3.13 yet)
38
- `Django`_ 3.2.9+
39
- `valkey-py`_ 6.0.0+ (probably works on older versions too)
40
- `Valkey server`_ 7.2.6+ (probably works with older versions too)
0 commit comments