We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42c95e commit 80a76d7Copy full SHA for 80a76d7
.github/workflows/test-build.yml
@@ -14,12 +14,13 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- version: [ '3.14', allow-prereleases: True ]
+ version: [ '3.14' ]
18
format: [ html, latex ]
19
steps:
20
- uses: actions/setup-python@master
21
with:
22
- python-version: 3.12 # pinned for Sphinx 3.4.3 to build 3.10
+ python-version: "${{ matrix.python_version }}"
23
+ allow-prereleases: true
24
- uses: actions/checkout@master
25
26
repository: python/cpython
0 commit comments