Skip to content

Commit db668bc

Browse files
committed
python 3.13 is not fully supported yet
1 parent 9757793 commit db668bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- '3.10'
1414
- '3.11'
1515
- '3.12'
16-
- '3.13'
16+
# - '3.13'
1717
django-version:
1818
- '4.2'
1919
- '5.0'

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Why use django-valkey?
3434
Requirements
3535
~~~~~~~~~~~~
3636

37-
- `Python`_ 3.10+
37+
- `Python`_ 3.10+ (if you use with libvalkey, they don't support 3.13 yet)
3838
- `Django`_ 3.2.9+
3939
- `valkey-py`_ 6.0.0+ (probably works on older versions too)
4040
- `Valkey server`_ 7.2.6+ (probably works with older versions too)

0 commit comments

Comments
 (0)