Skip to content

Commit 43b7ccb

Browse files
committed
Allow pre releases of Python to test against 3.13
1 parent 7e7d63d commit 43b7ccb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/instrumentations_0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
uses: actions/setup-python@v5
107107
with:
108108
python-version: ${{ env[matrix.python-version] }}
109+
allow-prereleases: true
109110
- name: Install tox
110111
run: pip install tox
111112
- name: Cache tox environment

.github/workflows/instrumentations_1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/setup-python@v5
5151
with:
5252
python-version: ${{ env[matrix.python-version] }}
53+
allow-prereleases: true
5354
- name: Install tox
5455
run: pip install tox
5556
- name: Cache tox environment

0 commit comments

Comments
 (0)