summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2023-03-16 15:06:07 +0200
committerGitHub <noreply@github.com>2023-03-16 15:06:07 +0200
commitc87172347584301f453c601c483126e4800257b7 (patch)
tree4003fbe687801e99145d4346dc803d2d4dbae54e
parentd63313bf6080acaf18d61e072c78303adc0d4166 (diff)
downloadredis-py-c87172347584301f453c601c483126e4800257b7.tar.gz
pypy-3.9 CI (#2608)
-rw-r--r--.github/workflows/integration.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 8d38cd4..0f9db8f 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -52,7 +52,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
test-type: ['standalone', 'cluster']
connection-type: ['hiredis', 'plain']
env:
@@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4