Skip to content

Commit 6df1ba3

Browse files
Add Python 3.6 back to hash verify CI (#2008)
1 parent 4a714aa commit 6df1ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
max-parallel: 15
3838
matrix:
39-
python-version: ['3.6','3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
39+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
4040
test-type: ['standalone', 'cluster']
4141
connection-type: ['hiredis', 'plain']
4242
env:
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
matrix:
83-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
83+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
8484
steps:
8585
- uses: actions/checkout@v2
8686
- name: install python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)