diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-10-19 03:59:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 03:59:22 (GMT) |
commit | 2bb7ab7ad364ec804eab8ed6867df01ece887240 (patch) | |
tree | aef1154704d2428f2e886f952de464ba87a1dbba /.github | |
parent | 322f14eeff9e3b5853eaac3233f7580ca0214cf8 (diff) | |
download | cpython-2bb7ab7ad364ec804eab8ed6867df01ece887240.zip cpython-2bb7ab7ad364ec804eab8ed6867df01ece887240.tar.gz cpython-2bb7ab7ad364ec804eab8ed6867df01ece887240.tar.bz2 |
GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/reusable-docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 3809f24..39a9739 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -84,7 +84,7 @@ jobs: - name: 'Set up Python' uses: actions/setup-python@v5 with: - python-version: '3.12' # known to work with Sphinx 6.2.1 + python-version: '3.13' # known to work with Sphinx 7.2.6 cache: 'pip' cache-dependency-path: 'Doc/requirements-oldest-sphinx.txt' - name: 'Install build dependencies' |