mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: fakeredis tests support python 3.10 (#3550)
* fix:change to py3.10 * fix:change to py3.10
This commit is contained in:
parent
dc4dcbfcbd
commit
a66cbe150e
3 changed files with 50 additions and 7 deletions
2
.github/workflows/test-fakeredis.yml
vendored
2
.github/workflows/test-fakeredis.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
PYTHON_VERSION:
|
||||
- "3.12"
|
||||
- "3.10"
|
||||
DRAGONFLY_VERSION:
|
||||
- "latest"
|
||||
tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue