Skip to content

Commit aae8488

Browse files
committed
tests: Try 3.14t-dev
setup-python has limited support for specifying freethreading in the version string, and basically supports \d+.\d+(\.d+)?t and \d+.\d+t-dev
1 parent 058a57a commit aae8488

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.14.0-rc.3, 3.14.0t-rc.3, 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.14t-dev, pypy3.10, pypy3.11]
1515
steps:
1616
- name: Check out repo
1717
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
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.14.0t-rc.3, pypy3.10, pypy3.11]
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]
5050
steps:
5151
- name: Check out repo
5252
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
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.14.0t-rc.3, pypy3.10, pypy3.11]
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]
7777
steps:
7878
- name: Check out repo
7979
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
matrix:
107107
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.14.0t-rc.3, pypy3.10, pypy3.11]
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]
109109
steps:
110110
- name: Check out repo
111111
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -220,7 +220,7 @@ jobs:
220220
fail-fast: false # If there are failures, sometimes it is instructive to see which combinations passed
221221
matrix:
222222
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.14.0t-rc.3, pypy3.10, pypy3.11]
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]
224224
steps:
225225
- name: Check out repo
226226
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -319,7 +319,7 @@ jobs:
319319
strategy:
320320
matrix:
321321
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.14.0t-rc.3, pypy3.10, pypy3.11]
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]
323323
steps:
324324
- name: Check out repo
325325
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -377,7 +377,7 @@ jobs:
377377
strategy:
378378
matrix:
379379
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.14.0t-rc.3, pypy3.10, pypy3.11]
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]
381381
steps:
382382
- name: Check out repo
383383
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)