Skip to content

Commit

Permalink
Add allow-prereleases to Python 3.13 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Aug 9, 2024
1 parent d1bb8c5 commit 9743c45
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "{{ job_data.python_version }}"
{%- if job_data.python_version == "3.13" %}
allow-prereleases: true
{%- endif %}

- name: Install tox
run: pip install tox
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -243,6 +244,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -369,6 +371,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -495,6 +498,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -621,6 +625,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -747,6 +752,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -873,6 +879,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -1089,6 +1096,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -1215,6 +1223,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -1323,6 +1332,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -1701,6 +1711,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -2079,6 +2090,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand All @@ -2097,6 +2109,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand All @@ -2115,6 +2128,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -2547,6 +2561,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -2763,6 +2778,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand All @@ -2781,6 +2797,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -2889,6 +2906,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3033,6 +3051,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3249,6 +3268,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand All @@ -3267,6 +3287,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3411,6 +3432,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3519,6 +3541,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3645,6 +3668,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3771,6 +3795,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -3897,6 +3922,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -4023,6 +4049,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -4239,6 +4266,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand All @@ -4257,6 +4285,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down Expand Up @@ -4401,6 +4430,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
allow-prereleases: true

- name: Install tox
run: pip install tox
Expand Down
Loading

0 comments on commit 9743c45

Please sign in to comment.