Skip to content

Commit 097ddef

Browse files
Expand test coverage for other versions of python supported by the lib
1 parent d0b1017 commit 097ddef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
# so linting on fewer versions makes CI faster.
2626
python-version:
2727
- "3.9"
28+
- "3.10"
2829
- "3.11"
30+
- "3.12"
2931

3032
steps:
3133
- 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]
21+
python-version: [3.9, '3.10', 3.11, 3.12]
2222
connection: ['hiredis', 'plain']
2323
redis-stack-version: ['6.2.6-v9', 'latest', 'edge']
2424

0 commit comments

Comments
 (0)