@@ -39,33 +39,31 @@ jobs:
3939 matrix :
4040 include :
4141 # test each python/sphinx pair supported
42- - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx70, cache: ~/.cache/pip }
4342 - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx71, cache: ~/.cache/pip }
44- - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx70, cache: ~/.cache/pip }
4543 - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx71, cache: ~/.cache/pip }
4644 - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx72, cache: ~/.cache/pip }
4745 - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx73, cache: ~/.cache/pip }
4846 - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx74, cache: ~/.cache/pip }
49- - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx70, cache: ~/.cache/pip }
5047 - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx71, cache: ~/.cache/pip }
5148 - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx72, cache: ~/.cache/pip }
5249 - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx73, cache: ~/.cache/pip }
5350 - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx74, cache: ~/.cache/pip }
54- - { os: ubuntu-latest, python: "3.11 ", toxenv: py311-sphinx70 , cache: ~/.cache/pip }
51+ - { os: ubuntu-latest, python: "3.10 ", toxenv: py310-sphinx80 , cache: ~/.cache/pip }
5552 - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx71, cache: ~/.cache/pip }
5653 - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx72, cache: ~/.cache/pip }
5754 - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx73, cache: ~/.cache/pip }
5855 - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx74, cache: ~/.cache/pip }
59- - { os: ubuntu-latest, python: "3.12 ", toxenv: py312-sphinx70 , cache: ~/.cache/pip }
56+ - { os: ubuntu-latest, python: "3.11 ", toxenv: py311-sphinx80 , cache: ~/.cache/pip }
6057 - { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx71, cache: ~/.cache/pip }
6158 - { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx72, cache: ~/.cache/pip }
6259 - { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx73, cache: ~/.cache/pip }
6360 - { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx74, cache: ~/.cache/pip }
61+ - { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx80, cache: ~/.cache/pip }
6462
6563 # other OSes
6664 # - test against all other supported OSes, using most recent interpreter/sphinx
67- - { os: macos-latest, python: "3.12", toxenv: py312-sphinx74 , cache: ~/Library/Caches/pip }
68- - { os: windows-latest, python: "3.12", toxenv: py312-sphinx74 , cache: ~\AppData\Local\pip\Cache }
65+ - { os: macos-latest, python: "3.12", toxenv: py312-sphinx80 , cache: ~/Library/Caches/pip }
66+ - { os: windows-latest, python: "3.12", toxenv: py312-sphinx80 , cache: ~\AppData\Local\pip\Cache }
6967
7068 # linting/other
7169 # - any OS, using most recent interpreter
0 commit comments