From 95d83a18d8ca91c7c737927e0547dfb2aa8e39f5 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Fri, 12 Jul 2024 13:54:41 +0200 Subject: [PATCH] Fixed workflow for 3.13 --- .github/workflows/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index a9f01e2..3ba416a 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -76,7 +76,7 @@ jobs: with: # Include all versions including pre releases # See https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-python-version - python-version: ${{ format('~{0}-alpha', matrix.nox_session.python) }} + python-version: ${{ format('~{0}.0-alpha.0', matrix.nox_session.python) }} architecture: x64 allow-build: info cache-build: true