Skip to content

Commit fffd1c6

Browse files
authored
Pin Python version used for build
Fixes 3.10 build on Sphinx 3.4.3 Closes #63
1 parent c136c27 commit fffd1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/setup-python@master
9191
with:
92-
python-version: 3
92+
python-version: 3.12 # pin for Sphinx 3.4.3 in 3.10 branch (see #63)
9393
- uses: actions/checkout@master
9494
with:
9595
repository: python/cpython

0 commit comments

Comments
 (0)