|
11 | 11 | strategy: |
12 | 12 | matrix: |
13 | 13 | os: [windows-latest, ubuntu-latest, macos-latest] |
14 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 14 | + # pypy3.11-7.3.20 is a workaround for https://github.com/pypy/pypy/issues/5388 - Regression in 7.3.21: OpenSSL prints verbosely |
| 15 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
15 | 16 | steps: |
16 | 17 | - name: Check out repo |
17 | 18 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
46 | 47 | strategy: |
47 | 48 | matrix: |
48 | 49 | os: [windows-latest, ubuntu-latest, macos-latest] |
49 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 50 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
50 | 51 | steps: |
51 | 52 | - name: Check out repo |
52 | 53 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
73 | 74 | strategy: |
74 | 75 | matrix: |
75 | 76 | os: [windows-latest, ubuntu-latest, macos-latest] |
76 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 77 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
77 | 78 | steps: |
78 | 79 | - name: Check out repo |
79 | 80 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
@@ -105,7 +106,7 @@ jobs: |
105 | 106 | strategy: |
106 | 107 | matrix: |
107 | 108 | os: [windows-latest, ubuntu-latest, macos-latest] |
108 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 109 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
109 | 110 | steps: |
110 | 111 | - name: Check out repo |
111 | 112 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
@@ -220,7 +221,7 @@ jobs: |
220 | 221 | fail-fast: false # If there are failures, sometimes it is instructive to see which combinations passed |
221 | 222 | matrix: |
222 | 223 | os: [windows-latest, ubuntu-latest, macos-latest] |
223 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 224 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
224 | 225 | steps: |
225 | 226 | - name: Check out repo |
226 | 227 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
@@ -319,7 +320,7 @@ jobs: |
319 | 320 | strategy: |
320 | 321 | matrix: |
321 | 322 | os: [windows-latest, ubuntu-latest, macos-latest] |
322 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 323 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
323 | 324 | steps: |
324 | 325 | - name: Check out repo |
325 | 326 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
@@ -377,7 +378,7 @@ jobs: |
377 | 378 | strategy: |
378 | 379 | matrix: |
379 | 380 | os: [windows-latest, ubuntu-latest, macos-latest] |
380 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14t-dev, pypy3.10, pypy3.11] |
| 381 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11-7.3.20] |
381 | 382 | steps: |
382 | 383 | - name: Check out repo |
383 | 384 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
0 commit comments