Skip to content

Commit 95d83a1

Browse files
author
Sylvain MARIE
committed
Fixed workflow for 3.13
1 parent 182a84d commit 95d83a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
# Include all versions including pre releases
7878
# See https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-python-version
79-
python-version: ${{ format('~{0}-alpha', matrix.nox_session.python) }}
79+
python-version: ${{ format('~{0}.0-alpha.0', matrix.nox_session.python) }}
8080
architecture: x64
8181
allow-build: info
8282
cache-build: true

0 commit comments

Comments
 (0)