Skip to content

Commit 9ad3987

Browse files
authored
remove python 3.8 from tests
1 parent 07cd1f7 commit 9ad3987

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ubuntu]
57-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
57+
python: ['3.9', '3.10', '3.11', '3.12']
5858
redis: ['5']
5959
include:
6060
- python: '3.11'
@@ -63,7 +63,9 @@ jobs:
6363
- python: '3.11'
6464
redis: '7'
6565
os: 'ubuntu'
66-
66+
- python: '3.11'
67+
redis: '8'
68+
os: 'ubuntu'
6769
env:
6870
PYTHON: ${{ matrix.python }}
6971
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)