Skip to content

Commit 80a76d7

Browse files
authored
Update test-build.yml
1 parent d42c95e commit 80a76d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [ '3.14', allow-prereleases: True ]
17+
version: [ '3.14' ]
1818
format: [ html, latex ]
1919
steps:
2020
- uses: actions/setup-python@master
2121
with:
22-
python-version: 3.12 # pinned for Sphinx 3.4.3 to build 3.10
22+
python-version: "${{ matrix.python_version }}"
23+
allow-prereleases: true
2324
- uses: actions/checkout@master
2425
with:
2526
repository: python/cpython

0 commit comments

Comments
 (0)