Skip to content

Commit bed33ac

Browse files
authored
github: Stop testing with pypy3.10 (#74)
1 parent 83a877b commit bed33ac

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test_actions.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [windows-latest, ubuntu-latest, macos-latest]
1414
# 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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy3.11-7.3.20]
1616
steps:
1717
- name: Check out repo
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [windows-latest, ubuntu-latest, macos-latest]
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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.11-7.3.20]
5151
steps:
5252
- name: Check out repo
5353
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
os: [windows-latest, ubuntu-latest, macos-latest]
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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.11-7.3.20]
7878
steps:
7979
- name: Check out repo
8080
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
matrix:
108108
os: [windows-latest, ubuntu-latest, macos-latest]
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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.11-7.3.20]
110110
steps:
111111
- name: Check out repo
112112
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -221,7 +221,7 @@ jobs:
221221
fail-fast: false # If there are failures, sometimes it is instructive to see which combinations passed
222222
matrix:
223223
os: [windows-latest, ubuntu-latest, macos-latest]
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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.11-7.3.20]
225225
steps:
226226
- name: Check out repo
227227
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -320,7 +320,7 @@ jobs:
320320
strategy:
321321
matrix:
322322
os: [windows-latest, ubuntu-latest, macos-latest]
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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.11-7.3.20]
324324
steps:
325325
- name: Check out repo
326326
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -378,7 +378,7 @@ jobs:
378378
strategy:
379379
matrix:
380380
os: [windows-latest, ubuntu-latest, macos-latest]
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+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.11-7.3.20]
382382
steps:
383383
- name: Check out repo
384384
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)