Skip to content

Commit c871723

Browse files
authored
pypy-3.9 CI (#2608)
1 parent d63313b commit c871723

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
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
max-parallel: 15
5454
matrix:
55-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8']
55+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
5656
test-type: ['standalone', 'cluster']
5757
connection-type: ['hiredis', 'plain']
5858
env:
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
strategy:
111111
matrix:
112-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7']
112+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
113113
steps:
114114
- uses: actions/checkout@v3
115115
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)