57
57
max-parallel : 15
58
58
fail-fast : false
59
59
matrix :
60
- python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
60
+ python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', ' pypy-3.7', 'pypy-3.8', 'pypy-3.9']
61
61
test-type : ['standalone', 'cluster']
62
62
connection-type : ['hiredis', 'plain']
63
63
env :
89
89
90
90
- name : Upload codecov coverage
91
91
uses : codecov/codecov-action@v3
92
- if : ${{matrix.python-version == '3.11 '}}
92
+ if : ${{matrix.python-version == '3.12 '}}
93
93
with :
94
94
fail_ci_if_error : false
95
95
@@ -111,7 +111,7 @@ jobs:
111
111
strategy :
112
112
fail-fast : false
113
113
matrix :
114
- python-version : ['3.7', '3.11 ']
114
+ python-version : ['3.7', '3.12 ']
115
115
test-type : ['standalone', 'cluster']
116
116
connection-type : ['hiredis', 'plain']
117
117
protocol : ['3']
@@ -160,7 +160,7 @@ jobs:
160
160
strategy :
161
161
fail-fast : false
162
162
matrix :
163
- python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
163
+ python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', ' pypy-3.7', 'pypy-3.8', 'pypy-3.9']
164
164
steps :
165
165
- uses : actions/checkout@v3
166
166
- uses : actions/setup-python@v4
0 commit comments