Skip to content

Commit 52965ee

Browse files
authored
github: Update to latest stable 3.14/3.14t and pin pypy3.11 at 7.3.20 (#73)
1 parent a2894c6 commit 52965ee

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/test_actions.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
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]
1516
steps:
1617
- name: Check out repo
1718
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -46,7 +47,7 @@ jobs:
4647
strategy:
4748
matrix:
4849
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]
5051
steps:
5152
- name: Check out repo
5253
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -73,7 +74,7 @@ jobs:
7374
strategy:
7475
matrix:
7576
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]
7778
steps:
7879
- name: Check out repo
7980
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -105,7 +106,7 @@ jobs:
105106
strategy:
106107
matrix:
107108
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]
109110
steps:
110111
- name: Check out repo
111112
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -220,7 +221,7 @@ jobs:
220221
fail-fast: false # If there are failures, sometimes it is instructive to see which combinations passed
221222
matrix:
222223
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]
224225
steps:
225226
- name: Check out repo
226227
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -319,7 +320,7 @@ jobs:
319320
strategy:
320321
matrix:
321322
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]
323324
steps:
324325
- name: Check out repo
325326
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -377,7 +378,7 @@ jobs:
377378
strategy:
378379
matrix:
379380
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]
381382
steps:
382383
- name: Check out repo
383384
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)