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 1be2997 commit 9d1ecc8Copy full SHA for 9d1ecc8
.github/workflows/test-build.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/setup-python@master
22
with:
23
- python-version: 3.14 # pinned for Sphinx 3.4.3 to build 3.10
+ python-version: 3.14.0-rc.2 # pinned for Sphinx 3.4.3 to build 3.10
24
- uses: actions/checkout@master
25
26
repository: python/cpython
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
strategy:
48
matrix:
49
- version: [ '3.14' ]
+ version: [ '3.14.0-rc.2' ]
50
needs: [ 'build-translation' ]
51
52
- uses: actions/download-artifact@master
0 commit comments