Skip to content

Commit 9743c45

Browse files
committed
Add allow-prereleases to Python 3.13 workflows
1 parent d1bb8c5 commit 9743c45

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/test.yml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
uses: actions/setup-python@v5
2929
with:
3030
python-version: "{{ job_data.python_version }}"
31+
{%- if job_data.python_version == "3.13" %}
32+
allow-prereleases: true
33+
{%- endif %}
3134

3235
- name: Install tox
3336
run: pip install tox

.github/workflows/test_0.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
uses: actions/setup-python@v5
118118
with:
119119
python-version: "3.13"
120+
allow-prereleases: true
120121

121122
- name: Install tox
122123
run: pip install tox
@@ -243,6 +244,7 @@ jobs:
243244
uses: actions/setup-python@v5
244245
with:
245246
python-version: "3.13"
247+
allow-prereleases: true
246248

247249
- name: Install tox
248250
run: pip install tox
@@ -369,6 +371,7 @@ jobs:
369371
uses: actions/setup-python@v5
370372
with:
371373
python-version: "3.13"
374+
allow-prereleases: true
372375

373376
- name: Install tox
374377
run: pip install tox
@@ -495,6 +498,7 @@ jobs:
495498
uses: actions/setup-python@v5
496499
with:
497500
python-version: "3.13"
501+
allow-prereleases: true
498502

499503
- name: Install tox
500504
run: pip install tox
@@ -621,6 +625,7 @@ jobs:
621625
uses: actions/setup-python@v5
622626
with:
623627
python-version: "3.13"
628+
allow-prereleases: true
624629

625630
- name: Install tox
626631
run: pip install tox
@@ -747,6 +752,7 @@ jobs:
747752
uses: actions/setup-python@v5
748753
with:
749754
python-version: "3.13"
755+
allow-prereleases: true
750756

751757
- name: Install tox
752758
run: pip install tox
@@ -873,6 +879,7 @@ jobs:
873879
uses: actions/setup-python@v5
874880
with:
875881
python-version: "3.13"
882+
allow-prereleases: true
876883

877884
- name: Install tox
878885
run: pip install tox
@@ -1089,6 +1096,7 @@ jobs:
10891096
uses: actions/setup-python@v5
10901097
with:
10911098
python-version: "3.13"
1099+
allow-prereleases: true
10921100

10931101
- name: Install tox
10941102
run: pip install tox
@@ -1215,6 +1223,7 @@ jobs:
12151223
uses: actions/setup-python@v5
12161224
with:
12171225
python-version: "3.13"
1226+
allow-prereleases: true
12181227

12191228
- name: Install tox
12201229
run: pip install tox
@@ -1323,6 +1332,7 @@ jobs:
13231332
uses: actions/setup-python@v5
13241333
with:
13251334
python-version: "3.13"
1335+
allow-prereleases: true
13261336

13271337
- name: Install tox
13281338
run: pip install tox
@@ -1701,6 +1711,7 @@ jobs:
17011711
uses: actions/setup-python@v5
17021712
with:
17031713
python-version: "3.13"
1714+
allow-prereleases: true
17041715

17051716
- name: Install tox
17061717
run: pip install tox
@@ -2079,6 +2090,7 @@ jobs:
20792090
uses: actions/setup-python@v5
20802091
with:
20812092
python-version: "3.13"
2093+
allow-prereleases: true
20822094

20832095
- name: Install tox
20842096
run: pip install tox
@@ -2097,6 +2109,7 @@ jobs:
20972109
uses: actions/setup-python@v5
20982110
with:
20992111
python-version: "3.13"
2112+
allow-prereleases: true
21002113

21012114
- name: Install tox
21022115
run: pip install tox
@@ -2115,6 +2128,7 @@ jobs:
21152128
uses: actions/setup-python@v5
21162129
with:
21172130
python-version: "3.13"
2131+
allow-prereleases: true
21182132

21192133
- name: Install tox
21202134
run: pip install tox
@@ -2547,6 +2561,7 @@ jobs:
25472561
uses: actions/setup-python@v5
25482562
with:
25492563
python-version: "3.13"
2564+
allow-prereleases: true
25502565

25512566
- name: Install tox
25522567
run: pip install tox
@@ -2763,6 +2778,7 @@ jobs:
27632778
uses: actions/setup-python@v5
27642779
with:
27652780
python-version: "3.13"
2781+
allow-prereleases: true
27662782

27672783
- name: Install tox
27682784
run: pip install tox
@@ -2781,6 +2797,7 @@ jobs:
27812797
uses: actions/setup-python@v5
27822798
with:
27832799
python-version: "3.13"
2800+
allow-prereleases: true
27842801

27852802
- name: Install tox
27862803
run: pip install tox
@@ -2889,6 +2906,7 @@ jobs:
28892906
uses: actions/setup-python@v5
28902907
with:
28912908
python-version: "3.13"
2909+
allow-prereleases: true
28922910

28932911
- name: Install tox
28942912
run: pip install tox
@@ -3033,6 +3051,7 @@ jobs:
30333051
uses: actions/setup-python@v5
30343052
with:
30353053
python-version: "3.13"
3054+
allow-prereleases: true
30363055

30373056
- name: Install tox
30383057
run: pip install tox
@@ -3249,6 +3268,7 @@ jobs:
32493268
uses: actions/setup-python@v5
32503269
with:
32513270
python-version: "3.13"
3271+
allow-prereleases: true
32523272

32533273
- name: Install tox
32543274
run: pip install tox
@@ -3267,6 +3287,7 @@ jobs:
32673287
uses: actions/setup-python@v5
32683288
with:
32693289
python-version: "3.13"
3290+
allow-prereleases: true
32703291

32713292
- name: Install tox
32723293
run: pip install tox
@@ -3411,6 +3432,7 @@ jobs:
34113432
uses: actions/setup-python@v5
34123433
with:
34133434
python-version: "3.13"
3435+
allow-prereleases: true
34143436

34153437
- name: Install tox
34163438
run: pip install tox
@@ -3519,6 +3541,7 @@ jobs:
35193541
uses: actions/setup-python@v5
35203542
with:
35213543
python-version: "3.13"
3544+
allow-prereleases: true
35223545

35233546
- name: Install tox
35243547
run: pip install tox
@@ -3645,6 +3668,7 @@ jobs:
36453668
uses: actions/setup-python@v5
36463669
with:
36473670
python-version: "3.13"
3671+
allow-prereleases: true
36483672

36493673
- name: Install tox
36503674
run: pip install tox
@@ -3771,6 +3795,7 @@ jobs:
37713795
uses: actions/setup-python@v5
37723796
with:
37733797
python-version: "3.13"
3798+
allow-prereleases: true
37743799

37753800
- name: Install tox
37763801
run: pip install tox
@@ -3897,6 +3922,7 @@ jobs:
38973922
uses: actions/setup-python@v5
38983923
with:
38993924
python-version: "3.13"
3925+
allow-prereleases: true
39003926

39013927
- name: Install tox
39023928
run: pip install tox
@@ -4023,6 +4049,7 @@ jobs:
40234049
uses: actions/setup-python@v5
40244050
with:
40254051
python-version: "3.13"
4052+
allow-prereleases: true
40264053

40274054
- name: Install tox
40284055
run: pip install tox
@@ -4239,6 +4266,7 @@ jobs:
42394266
uses: actions/setup-python@v5
42404267
with:
42414268
python-version: "3.13"
4269+
allow-prereleases: true
42424270

42434271
- name: Install tox
42444272
run: pip install tox
@@ -4257,6 +4285,7 @@ jobs:
42574285
uses: actions/setup-python@v5
42584286
with:
42594287
python-version: "3.13"
4288+
allow-prereleases: true
42604289

42614290
- name: Install tox
42624291
run: pip install tox
@@ -4401,6 +4430,7 @@ jobs:
44014430
uses: actions/setup-python@v5
44024431
with:
44034432
python-version: "3.13"
4433+
allow-prereleases: true
44044434

44054435
- name: Install tox
44064436
run: pip install tox

0 commit comments

Comments
 (0)