Skip to content

Commit 14fc942

Browse files
python 3.13 yolo
1 parent 1df29d7 commit 14fc942

File tree

4 files changed

+226
-110
lines changed

4 files changed

+226
-110
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- "3.10"
2929
- "3.11"
3030
- "3.12"
31+
- "3.13"
3132

3233
steps:
3334
- uses: actions/checkout@v2

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [3.9, '3.10', 3.11, 3.12]
21+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
2222
connection: ['hiredis', 'plain']
2323
redis-stack-version: ['6.2.6-v9', 'latest', 'edge']
2424

0 commit comments

Comments
 (0)