Skip to content

Commit c9042a2

Browse files
committed
github: add pypy-3.11 to CI, remove pypy-3.9
Signed-off-by: Mikhail Koviazin <github@mkmk.aleeas.com>
1 parent 94efc79 commit c9042a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
max-parallel: 15
9090
fail-fast: false
9191
matrix:
92-
python-version: ['3.10', '3.11', '3.11.1', '3.12', '3.13', '3.14-dev', 'pypy-3.9', 'pypy-3.10']
92+
python-version: ['3.10', '3.11', '3.11.1', '3.12', '3.13', '3.14-dev', 'pypy-3.10', 'pypy-3.11']
9393
test-type: ['standalone', 'cluster']
9494
connection-type: ['libvalkey', 'plain']
9595
protocol-version: ['2','3']
@@ -181,7 +181,7 @@ jobs:
181181
strategy:
182182
fail-fast: false
183183
matrix:
184-
python-version: ['3.10', '3.11', '3.11.1', '3.12', '3.13', '3.14-dev', 'pypy-3.9', 'pypy-3.10']
184+
python-version: ['3.10', '3.11', '3.11.1', '3.12', '3.13', '3.14-dev', 'pypy-3.10', 'pypy-3.11']
185185
steps:
186186
- uses: actions/checkout@v4
187187
- uses: actions/setup-python@v5

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pytest-asyncio
1212
pytest-cov
1313
pytest-timeout
1414
ujson>=4.2.0
15-
uvloop
15+
uvloop; implementation_name != "pypy"
1616
vulture>=2.3.0
1717
wheel>=0.30.0

0 commit comments

Comments
 (0)