diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d7d8237..544606ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,29 +37,27 @@ jobs: strategy: matrix: include: - - { os: ubuntu-latest, python: "3.7", toxenv: py37-sphinx53, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx53, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx60, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx61, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx62, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx70, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx53, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx60, cache: ~/.cache/pip } + - { os: ubuntu-latest, python: "3.8", toxenv: py38-sphinx71, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx61, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx62, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx70, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx53, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx60, cache: ~/.cache/pip } + - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx71, cache: ~/.cache/pip } + - { os: ubuntu-latest, python: "3.9", toxenv: py39-sphinx72, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx61, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx62, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx70, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx53, cache: ~/.cache/pip } - - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx60, cache: ~/.cache/pip } + - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx71, cache: ~/.cache/pip } + - { os: ubuntu-latest, python: "3.10", toxenv: py310-sphinx72, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx61, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx62, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx70, cache: ~/.cache/pip } - - { os: macos-latest, python: "3.11", toxenv: py311-sphinx70, cache: ~/Library/Caches/pip } - - { os: windows-latest, python: "3.11", toxenv: py311-sphinx70, cache: ~\AppData\Local\pip\Cache } + - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx71, cache: ~/.cache/pip } + - { os: ubuntu-latest, python: "3.11", toxenv: py311-sphinx72, cache: ~/.cache/pip } + - { os: macos-latest, python: "3.11", toxenv: py311-sphinx72, cache: ~/Library/Caches/pip } + - { os: windows-latest, python: "3.11", toxenv: py311-sphinx72, cache: ~\AppData\Local\pip\Cache } - { os: ubuntu-latest, python: "3.11", toxenv: flake8, cache: ~/.cache/pip } - { os: ubuntu-latest, python: "3.11", toxenv: pylint, cache: ~/.cache/pip }