Skip to content

Commit 9d1ecc8

Browse files
authored
Update test-build.yml
1 parent 1be2997 commit 9d1ecc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-python@master
2222
with:
23-
python-version: 3.14 # pinned for Sphinx 3.4.3 to build 3.10
23+
python-version: 3.14.0-rc.2 # pinned for Sphinx 3.4.3 to build 3.10
2424
- uses: actions/checkout@master
2525
with:
2626
repository: python/cpython
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
version: [ '3.14' ]
49+
version: [ '3.14.0-rc.2' ]
5050
needs: [ 'build-translation' ]
5151
steps:
5252
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)