Skip to content

Commit 6b7592d

Browse files
committed
allow-prereleases
1 parent e42eb57 commit 6b7592d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
- uses: actions/setup-python@v5
178178
with:
179179
python-version: ${{ matrix.python }}
180+
allow-prereleases: true # Temporarily required for Python 3.13
180181

181182
# We use C:\Temp (which is already available on the worker)
182183
# as a temporary directory for all of the tests because the

0 commit comments

Comments
 (0)