[3.13] GH-125277: Increase minimum supported Sphinx to 7.2.6 (GH-125368) (#125720)

This commit is contained in:
Miss Islington (bot) 2024-10-19 06:23:22 +02:00 committed by GitHub
parent 8204014280
commit fbbc79ea25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 17 deletions

View file

@ -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'