We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075ebbb commit e9cb512Copy full SHA for e9cb512
1 file changed
.github/workflows/base.yml
@@ -74,7 +74,9 @@ jobs:
74
uses: actions/setup-python@v5
75
id: set-py-latest
76
with:
77
- python-version: ${{ matrix.nox_session.python }}
+ # 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)
80
architecture: x64
81
allow-build: info
82
cache-build: true
0 commit comments