Skip to content

Commit

Permalink
Fixed workflow for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jul 12, 2024
1 parent c4d597d commit 182a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 - {0}', matrix.nox_session.python) }}
python-version: ${{ format('~{0}-alpha', matrix.nox_session.python) }}
architecture: x64
allow-build: info
cache-build: true
Expand Down

0 comments on commit 182a84d

Please sign in to comment.