Skip to content

Commit 383cdf8

Browse files
test: bump pypy to latest available
We need pypy 7.3.10+ anyway to perform the SSL test because cryptography is not available before.
1 parent be1b772 commit 383cdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
55+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.10-v7.3.15"]
5656
zk-version: ["3.4.14", "3.5.10", "3.6.3", "3.7.1"]
5757
include:
5858
- python-version: "3.7"
@@ -63,7 +63,7 @@ jobs:
6363
tox-env: py39
6464
- python-version: "3.10"
6565
tox-env: py310
66-
- python-version: "pypy-3.7"
66+
- python-version: "pypy-3.10-v7.3.15"
6767
tox-env: pypy3
6868
steps:
6969
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)