Skip to content

Commit 7139138

Browse files
committed
tests: 3.14.0-rc.3
1 parent ae9b6a4 commit 7139138

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test_actions.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
14+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
1515
steps:
1616
- name: Check out repo
1717
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [windows-latest, ubuntu-latest, macos-latest]
48-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
48+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
4949
steps:
5050
- name: Check out repo
5151
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
os: [windows-latest, ubuntu-latest, macos-latest]
75-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
75+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
7676
steps:
7777
- name: Check out repo
7878
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix:
106106
os: [windows-latest, ubuntu-latest, macos-latest]
107-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
107+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
108108
steps:
109109
- name: Check out repo
110110
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -219,7 +219,7 @@ jobs:
219219
fail-fast: false # If there are failures, sometimes it is instructive to see which combinations passed
220220
matrix:
221221
os: [windows-latest, ubuntu-latest, macos-latest]
222-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
222+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
223223
steps:
224224
- name: Check out repo
225225
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -318,7 +318,7 @@ jobs:
318318
strategy:
319319
matrix:
320320
os: [windows-latest, ubuntu-latest, macos-latest]
321-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
321+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
322322
steps:
323323
- name: Check out repo
324324
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -376,7 +376,7 @@ jobs:
376376
strategy:
377377
matrix:
378378
os: [windows-latest, ubuntu-latest, macos-latest]
379-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14rc3, 3.14rc3t, pypy3.10, pypy3.11]
379+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14.0-rc.3, 3.14.0-rc.3t, pypy3.10, pypy3.11]
380380
steps:
381381
- name: Check out repo
382382
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)