Skip to content

Commit e19a984

Browse files
committed
Allow pre releases of Python to test against 3.13
1 parent 0987b2f commit e19a984

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
@@ -52,6 +52,7 @@ jobs:
5252
uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ env[matrix.python-version] }}
55+
allow-prereleases: true
5556
- name: Install tox
5657
run: pip install tox
5758
- name: Cache tox environment

0 commit comments

Comments
 (0)