Skip to content

Commit e9cb512

Browse files
author
Sylvain MARIE
committed
Fixed workflow for 3.13
1 parent 075ebbb commit e9cb512

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
uses: actions/setup-python@v5
7575
id: set-py-latest
7676
with:
77-
python-version: ${{ matrix.nox_session.python }}
77+
# Include all versions including pre releases
78+
# See https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-python-version
79+
python-version: format('{0}-alpha - {0}', matrix.nox_session.python)
7880
architecture: x64
7981
allow-build: info
8082
cache-build: true

0 commit comments

Comments
 (0)