Run fewer test jobs

Only test with the newest and oldest supported versions of Docutils
on all but the latest supported version of Python.
This commit is contained in:
Adam Turner 2023-09-21 09:19:33 +01:00
parent 58fdd344d3
commit c843b31686

View File

@ -39,8 +39,11 @@ jobs:
- "3.13-dev"
docutils:
- "0.18"
- "0.19"
- "0.20"
include:
# test every supported Docutils version for the latest supported Python
- python: "3.11"
docutils: "0.19"
steps:
- uses: actions/checkout@v4