Skip to content

Commit 6c94faa

Browse files
authored
Update PyPy 3.8 to 3.10 in CI (#3370)
1 parent b4fcbaa commit 6c94faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/integration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
max-parallel: 15
6464
fail-fast: false
6565
matrix:
66-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9']
66+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
6767
test-type: ['standalone', 'cluster']
6868
connection-type: ['hiredis', 'plain']
6969
env:
@@ -184,7 +184,7 @@ jobs:
184184
strategy:
185185
fail-fast: false
186186
matrix:
187-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9']
187+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
188188
steps:
189189
- uses: actions/checkout@v4
190190
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)